Skip to content

Commit d54cc97

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

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

examples/transport/Cargo.toml

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

1717
[dependencies]
1818
rmcp = { path = "../../crates/rmcp", features = ["server", "client"] }
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-
# ] }
19+
tokio = { version = "1", features = [
20+
"macros",
21+
"rt",
22+
"rt-multi-thread",
23+
"io-std",
24+
"net",
25+
"fs",
26+
"time",
27+
] }
2928
serde = { version = "1.0", features = ["derive"] }
3029
serde_json = "1.0"
3130
anyhow = "1.0"

0 commit comments

Comments
 (0)