Skip to content

Commit 34ede86

Browse files
authored
Update Cargo.toml
1 parent 20f5ca0 commit 34ede86

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

examples/transport/Cargo.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@ all-features = true
1616

1717
[dependencies]
1818
rmcp = { path = "../../crates/rmcp", features = ["server", "client"] }
19-
tokio = { version = "1", features = [
20-
"macros",
21-
"rt",
22-
"rt-multi-thread",
23-
"io-std",
24-
"net",
25-
"fs",
26-
"time",
27-
] }
19+
tokio = { version = "1", features = ["full"] }
20+
# tokio = { version = "1", features = [
21+
# "macros",
22+
# "rt",
23+
# "rt-multi-thread",
24+
# "io-std",
25+
# "net",
26+
# "fs",
27+
# "time",
28+
# ] }
2829
serde = { version = "1.0", features = ["derive"] }
2930
serde_json = "1.0"
3031
anyhow = "1.0"

0 commit comments

Comments
 (0)