summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-05-08 17:51:21 +0200
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-05-08 18:09:56 +0200
commitb6d021cded621e75ca66e83ebbec161130eb9f73 (patch)
tree421e015a98f76a2b8a3d5de50d02b8f1410d7e35 /Cargo.toml
parentd5dcdf8078e6f2c6629469de7f38e2327ef6781e (diff)
downloadmt_client-b6d021cded621e75ca66e83ebbec161130eb9f73.tar.xz
map mesh generation performance improvements
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 309b64d..4e8f8a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"