summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-02-16 23:08:17 +0100
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-02-16 23:08:17 +0100
commit5e9f8ac95e5fa1c4732b0e85f9f08753c3d3cf7f (patch)
treedb60824b766781743d00a164be3b0be29539970a /Cargo.toml
downloadmt_client-5e9f8ac95e5fa1c4732b0e85f9f08753c3d3cf7f.tar.xz
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
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"] }