diff options
author | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2022-12-28 23:30:02 +0100 |
---|---|---|
committer | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2022-12-28 23:30:02 +0100 |
commit | f160c0fa78744b337f03b619e2d8b61ed916402b (patch) | |
tree | 92367a3bffd313fa754cc104b2f98c0f91a4abc4 /Cargo.toml | |
parent | 976be3aa3b50ef7721fce2d38ed5855ed64a719a (diff) | |
download | mt_rudp-f160c0fa78744b337f03b619e2d8b61ed916402b.tar.xz |
fix async
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |