aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2022-12-28 23:30:02 +0100
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2022-12-28 23:30:02 +0100
commitf160c0fa78744b337f03b619e2d8b61ed916402b (patch)
tree92367a3bffd313fa754cc104b2f98c0f91a4abc4 /Cargo.toml
parent976be3aa3b50ef7721fce2d38ed5855ed64a719a (diff)
downloadmt_rudp-f160c0fa78744b337f03b619e2d8b61ed916402b.tar.xz
fix async
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 55cc8ff..2947bad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+async-trait = "0.1.60"
byteorder = "1.4.3"
num_enum = "0.5.7"
tokio = { version = "1.23.0", features = ["full"] }