]> git.lizzy.rs Git - mt_client.git/blobdiff - Cargo.toml
map mesh generation performance improvements
[mt_client.git] / Cargo.toml
index 309b64d91d09073b5d3cb083e8da753eac814ff5..4e8f8a90c6a132906d2f0023f967da3f826a0a14 100644 (file)
@@ -20,6 +20,8 @@ lerp = "0.4.0"
 mt_net = { git = "https://github.com/minetest-rust/mt_net", features = ["conn", "client"] }
 rand = "0.8.5"
 rust-embed = "6.4.2"
+serde = { version = "1.0.159", features = ["derive"] }
+serde_yaml = "0.9.21"
 sha2 = "0.10.6"
 srp = { git = "https://github.com/minetest-rust/PAKEs.git" }
 threadpool = "1.8.1"