summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-05-27 22:36:42 +0200
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-05-27 22:36:42 +0200
commit1c70efccd9c3ab0de1d7a0da1a29296f7ba7c890 (patch)
treee78d5e56839b9e30638dbf19b5c8b28b21e35253 /Cargo.toml
parentfa4c45a206f73fe2d502e09f30ef29c25269fbf0 (diff)
downloadmt_client-1c70efccd9c3ab0de1d7a0da1a29296f7ba7c890.tar.xz
Use mt_authHEADmaster
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 941d3eb..9bbf162 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }