Setup for building

This commit is contained in:
Joshua Coles
2025-03-24 08:53:14 +00:00
parent ead72d3b4a
commit 5100e046f6
7 changed files with 1032 additions and 13 deletions
+1 -5
View File
@@ -3,16 +3,12 @@ name = "mcp"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "internal-test"
path = "src/internal-test.rs"
[lib]
crate-type = ["cdylib"]
[dependencies]
jsonrpsee = { version = "0.24.8", features = ["async-client", "client-core", "tracing"] }
magnus = { version = "0.7", features = ["default"] }
magnus = { version = "0.7", default-features = false }
tokio = { version = "1.44.1", features = ["full"] }
anyhow = "1.0.97"
tracing = "0.1.41"