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 20f5ca0 commit 34ede86Copy full SHA for 34ede86
examples/transport/Cargo.toml
@@ -16,15 +16,16 @@ all-features = true
16
17
[dependencies]
18
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
-] }
+tokio = { version = "1", features = ["full"] }
+# tokio = { version = "1", features = [
+# "macros",
+# "rt",
+# "rt-multi-thread",
+# "io-std",
+# "net",
+# "fs",
+# "time",
28
+# ] }
29
serde = { version = "1.0", features = ["derive"] }
30
serde_json = "1.0"
31
anyhow = "1.0"
0 commit comments