]> git.lizzy.rs Git - mt_rudp.git/blobdiff - Cargo.toml
Remove debug print
[mt_rudp.git] / Cargo.toml
index 55cc8ff2d9b5ade81960c5e4deb0655e92484e01..254a0db1b7328bff8825b9b54d48f829da1f6bb0 100644 (file)
@@ -4,6 +4,13 @@ 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"
-tokio = { version = "1.23.0", features = ["full"] }
+thiserror = "1.0.38"
+tokio = { version = "1.23.0", features = ["sync", "time", "net", "macros"] }
+
+[dev-dependencies]
+pretty-hex = "0.3.0"
+tokio = { version = "1.23.0", features = ["rt-multi-thread", "rt", "signal", "tracing"] }