Deny unused crate dependencies (#549)

* subxt unused crate deps

* Deny unused dependencies
This commit is contained in:
Andrew Jones
2022-05-26 14:12:21 +01:00
committed by GitHub
parent 962ca61647
commit ec23283d75
8 changed files with 9 additions and 8 deletions
-2
View File
@@ -19,8 +19,6 @@ path = "src/main.rs"
subxt-codegen = { version = "0.21.0", path = "../codegen" }
# perform node compatibility
subxt-metadata = { version = "0.21.0", path = "../metadata" }
# information of portable registry
scale-info = "2.0.0"
# parse command line args
structopt = "0.3.25"
# make the request to a substrate node to get the metadata