@@ -13,16 +13,17 @@ keywords = ["tangle", "blueprint", "avs"]
1313rust-version = " 1.88"
1414
1515[dependencies ]
16- blueprint-sdk = { version = " 0.1.0-alpha.19" , default-features = false , features = [" std" , " eigenlayer" , " evm" , " macros" , " build" ], git = " https://github.com/tangle-network/blueprint.git" }
16+ blueprint-sdk = { version = " 0.1.0-alpha.19" , default-features = false , features = [" std" , " eigenlayer" , " evm" , " macros" , " build" , " testing" ], git = " https://github.com/tangle-network/blueprint.git" }
17+ serde = { version = " 1.0.208" , features = [" derive" ] }
1718jsonrpc-core = { version = " 18.0.0" , default-features = false }
1819jsonrpc-http-server = { version = " 18.0.0" , default-features = false }
19- thiserror = " 1.0 "
20- reqwest = " 0.12"
20+ thiserror = { version = " 2.0.17 " , default-features = false }
21+ reqwest = { version = " 0.12.22 " , default-features = false }
2122color-eyre = { version = " 0.6" , default-features = false }
2223
2324
2425[build-dependencies ]
25- blueprint-sdk = { version = " 0.1.0-alpha.19" , default-features = false , features = [" std" , " eigenlayer" , " evm" , " macros" , " build" ], git = " https://github.com/tangle-network/blueprint.git" }
26+ blueprint-sdk = { version = " 0.1.0-alpha.19" , default-features = false , features = [" std" , " eigenlayer" , " evm" , " macros" , " build" , " testing " ], git = " https://github.com/tangle-network/blueprint.git" }
2627
2728[features ]
2829default = [" std" ]
0 commit comments