summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-02-15 02:22:36 +0100
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-02-15 02:22:36 +0100
commit55875fb4063a64de25ace0b5013a0f19bc86c19a (patch)
tree06727908f089b5f4169df4fe446133f731e9939b /Cargo.toml
parent402f7485a5d85b1efc4a76d2c3c80f295e9816a4 (diff)
downloadmt_net-55875fb4063a64de25ace0b5013a0f19bc86c19a.tar.xz
Implement NodeDefs and ItemDefs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eb9d99c..afbc3e4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,6 @@ test = ["client", "server", "random"]
enumset = { git = "https://github.com/Lymia/enumset" }
generate-random = { git = "https://github.com/minetest-rust/generate-random", features = ["enumset"], optional = true }
mt_ser = { git = "https://github.com/minetest-rust/mt_ser" }
-#mt_ser = { path = "../mt_ser" }
rand = { version = "0.8.5", optional = true }
serde = { version = "1.0.152", features = ["derive"], optional = true }
serde_arrays = { version = "0.1.0", optional = true }