feat: add rmcp dependency with server feature
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
449e47f721
commit
f2eabd65b0
@@ -35,6 +35,7 @@ once_cell = "1.19.0"
|
|||||||
prettytable-rs = "0.10.0"
|
prettytable-rs = "0.10.0"
|
||||||
pwhash = "1.0.0"
|
pwhash = "1.0.0"
|
||||||
regex = "1.9.5"
|
regex = "1.9.5"
|
||||||
|
rmcp = { version = "0.2.0", features = ["server"] }
|
||||||
rusqlite = { version = "0.37.0", features = ["bundled", "array", "chrono"] }
|
rusqlite = { version = "0.37.0", features = ["bundled", "array", "chrono"] }
|
||||||
rusqlite_migration = "2.3.0"
|
rusqlite_migration = "2.3.0"
|
||||||
serde = { version = "1.0.219", features = ["derive"] }
|
serde = { version = "1.0.219", features = ["derive"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user