diff options
author | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2022-12-29 02:19:56 +0100 |
---|---|---|
committer | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2022-12-29 02:19:56 +0100 |
commit | 944c16adfb83976149701086e20146797d4330df (patch) | |
tree | 5e57abd270cd696a64894e56b2e92843c6b51a88 /Cargo.toml | |
parent | f160c0fa78744b337f03b619e2d8b61ed916402b (diff) | |
download | mt_rudp-944c16adfb83976149701086e20146797d4330df.tar.xz |
implement splits
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-recursion = "1.0.0" async-trait = "0.1.60" byteorder = "1.4.3" num_enum = "0.5.7" |