summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-03-27 19:34:56 +0200
committernea <nea@nea.moe>2023-03-27 19:34:56 +0200
commita61399997307b0a11aca94c6bd6735a26615b88d (patch)
tree702c10215934d1d7cc94089b3f544990f8d7c9e8 /Cargo.toml
parentb41a8c812d72fa2755adc4317e3d033e4e5cbef3 (diff)
downloadmgasi-a61399997307b0a11aca94c6bd6735a26615b88d.tar.gz
mgasi-a61399997307b0a11aca94c6bd6735a26615b88d.tar.bz2
mgasi-a61399997307b0a11aca94c6bd6735a26615b88d.zip
Make world joinable
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7b38169..323ed46 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,12 +22,11 @@ version = "*"
version = "*"
features = ["default", "v1_19_3"]
+[patch.crates-io.craftio-rs]
+# git = "https://github.com/Twister915/craftio-rs.git"
+path = "../craftio-rs"
+
[patch.crates-io.mcproto-rs]
# git = "https://github.com/Web-44/mcproto-rs.git"
path = "../mcproto-rs"
-[patch.crates-io.craftio-rs]
-git = "https://github.com/romangraef/craftio-rs.git"
-branch = "fix/read_packet_len"
-
-