We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ede86 commit d54cc97Copy full SHA for d54cc97
examples/transport/Cargo.toml
@@ -16,16 +16,15 @@ all-features = true
16
17
[dependencies]
18
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
-# ] }
+tokio = { version = "1", features = [
+ "macros",
+ "rt",
+ "rt-multi-thread",
+ "io-std",
+ "net",
+ "fs",
+ "time",
+] }
29
serde = { version = "1.0", features = ["derive"] }
30
serde_json = "1.0"
31
anyhow = "1.0"
0 commit comments