diff options
author | 2024-11-02 02:59:40 +0000 | |
---|---|---|
committer | 2024-11-02 02:59:40 +0000 | |
commit | 622634b3a56c897b600893dc2e2b0a57f90471d3 (patch) | |
tree | 41e70f7638c844231843950848e5f54e478a804c /Cargo.toml | |
parent | ba1cadbfb5d8eeb7535a3d22b3dbfb848512f986 (diff) | |
download | peanuts-622634b3a56c897b600893dc2e2b0a57f90471d3.tar.gz peanuts-622634b3a56c897b600893dc2e2b0a57f90471d3.tar.bz2 peanuts-622634b3a56c897b600893dc2e2b0a57f90471d3.zip |
test composers
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |