]> git.lizzy.rs Git - mt_client.git/blob - Cargo.toml
bump PAKEs to de080a45
[mt_client.git] / Cargo.toml
1 [package]
2 name = "hydra"
3 version = "0.1.0"
4 edition = "2021"
5
6 [dependencies]
7 mt_net = { git = "https://github.com/minetest-rust/mt_net", version = "0.1.0", features = ["conn", "client"] }
8 rand = "0.8.5"
9 sha2 = "0.10.6"
10 srp = { git = "https://github.com/minetest-rust/PAKEs.git", version = "0.6.0" }
11 tokio = { version = "1.25.0", features = ["rt", "rt-multi-thread"] }