diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |