aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLizzy Fleckenstein <eliasfleckenstein@web.de>2022-12-29 02:19:56 +0100
committerLizzy Fleckenstein <eliasfleckenstein@web.de>2022-12-29 02:19:56 +0100
commit944c16adfb83976149701086e20146797d4330df (patch)
tree5e57abd270cd696a64894e56b2e92843c6b51a88 /Cargo.toml
parentf160c0fa78744b337f03b619e2d8b61ed916402b (diff)
downloadmt_rudp-944c16adfb83976149701086e20146797d4330df.tar.xz
implement splits
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 2947bad..edcdf2e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"