mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 00:31:07 +00:00
@@ -13,12 +13,12 @@ readme = "README.md"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
futures-util = { version = "0.3.19", default-features = false, features = ["io"] }
|
||||
hyper = { version = "0.14.16", default-features = false, features = ["http1", "server", "tcp"] }
|
||||
log = "0.4.16"
|
||||
prometheus = { version = "0.13.0", default-features = false }
|
||||
futures-util = { version = "0.3.19", default-features = false, features = ["io"] }
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.17.0", features = ["parking_lot"] }
|
||||
hyper = { version = "0.14.16", default-features = false, features = ["http1", "server", "tcp"] }
|
||||
|
||||
[dev-dependencies]
|
||||
hyper = { version = "0.14.16", features = ["client"] }
|
||||
|
||||
Reference in New Issue
Block a user