diff options
author | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2023-05-27 22:36:42 +0200 |
---|---|---|
committer | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2023-05-27 22:36:42 +0200 |
commit | 1c70efccd9c3ab0de1d7a0da1a29296f7ba7c890 (patch) | |
tree | e78d5e56839b9e30638dbf19b5c8b28b21e35253 /Cargo.toml | |
parent | fa4c45a206f73fe2d502e09f30ef29c25269fbf0 (diff) | |
download | mt_client-1c70efccd9c3ab0de1d7a0da1a29296f7ba7c890.tar.xz |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -24,9 +24,8 @@ 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" } tokio = { version = "1.25.0", features = ["rt", "rt-multi-thread", "signal"] } wgpu = "0.15.1" wgpu_glyph = "0.19.0" winit = "0.28.6" +mt_auth = { git = "https://github.com/minetest-rust/mt_auth" } |