We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b69253 commit ef54be3Copy full SHA for ef54be3
Cargo.toml
@@ -10,8 +10,7 @@ trust-dns-resolver = "0.23.2"
10
dialoguer = "0.11.0"
11
reqwest = { version = "0.12.7", features = ["json"] }
12
anyhow = "1.0.98"
13
-#minecraft_protocol = { git = "https://github.com/kauri-off/minecraft_protocol.git" }
14
-minecraft_protocol = { path = "C:/Users/kauri/dev/minecraft_protocol" }
+minecraft_protocol = { git = "https://github.com/kauri-off/minecraft_protocol.git" }
15
16
[target.'cfg(windows)'.dependencies]
17
windows = { version = "0.61.3", features = [
0 commit comments