From 5e9f8ac95e5fa1c4732b0e85f9f08753c3d3cf7f Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Thu, 16 Feb 2023 23:08:17 +0100 Subject: Initial commit --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..4b9fc94 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "hydra" +version = "0.1.0" +edition = "2021" + +[dependencies] +mt_net = { git = "https://github.com/minetest-rust/mt_net", version = "0.1.0", features = ["conn", "client"] } +rand = "0.8.5" +sha2 = "0.10.6" +srp = "0.6.0" +tokio = { version = "1.25.0", features = ["rt", "rt-multi-thread"] } -- cgit v1.2.3