Setup for building
This commit is contained in:
+1
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user