aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2024-11-02 02:59:40 +0000
committerLibravatar cel 🌸 <cel@bunny.garden>2024-11-02 02:59:40 +0000
commit622634b3a56c897b600893dc2e2b0a57f90471d3 (patch)
tree41e70f7638c844231843950848e5f54e478a804c /Cargo.toml
parentba1cadbfb5d8eeb7535a3d22b3dbfb848512f986 (diff)
downloadpeanuts-622634b3a56c897b600893dc2e2b0a57f90471d3.tar.gz
peanuts-622634b3a56c897b600893dc2e2b0a57f90471d3.tar.bz2
peanuts-622634b3a56c897b600893dc2e2b0a57f90471d3.zip
test composers
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 224673e..76552ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
futures = "0.3.30"
nom = "7.1.3"
-tokio = { version = "1.36.0", features = ["io-util", "net"] }
+tokio = { version = "1.36.0", features = ["io-util", "net", "io-std", "full"] }