summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2023-02-25 18:58:01 +0100
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2023-02-25 18:58:01 +0100
commit62a9a6a3c6573f32b55cdaa446f6154b5e3ce1fc (patch)
treecec14775c0847944400cbc597327810b5e118ee7 /Cargo.toml
parent89742f72f29fb4a06afaf866f9fd15a5263aeb9b (diff)
downloadmt_net-62a9a6a3c6573f32b55cdaa446f6154b5e3ce1fc.tar.xz
mt_rudp changes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0d82292..2bdd22b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ server = []
test = ["client", "server", "random"]
[dependencies]
+async-trait = "0.1.64"
delegate = "0.9.0"
enumset = { git = "https://github.com/Lymia/enumset" }
generate-random = { git = "https://github.com/minetest-rust/generate-random", features = ["enumset"], optional = true }