Skip to content

Commit f0f1292

Browse files
committed
chore: fixing cargo.toml format
1 parent f34c11b commit f0f1292

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/apollo-mcp-proxy/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ clap = { version = "4.5.40", features = ["derive"] }
1010
tokio.workspace = true
1111
tokio-util.workspace = true
1212
rmcp = { workspace = true, features = [
13-
"client",
14-
"reqwest",
15-
"transport-streamable-http-client",
16-
]}
13+
"client",
14+
"reqwest",
15+
"transport-streamable-http-client",
16+
] }
1717
tracing.workspace = true
1818
tracing-appender = "0.2.3"
1919
tracing-subscriber.workspace = true

0 commit comments

Comments
 (0)