From 1c70efccd9c3ab0de1d7a0da1a29296f7ba7c890 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Sat, 27 May 2023 22:36:42 +0200 Subject: Use mt_auth --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') 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" } -- cgit v1.2.3