From 622634b3a56c897b600893dc2e2b0a57f90471d3 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sat, 2 Nov 2024 02:59:40 +0000 Subject: test composers --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] } -- cgit