Skip to content

Commit

Permalink
remove un-necessary deps in nft-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
dubbelosix committed Sep 29, 2023
1 parent 92981fd commit 046dd5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
7 changes: 0 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 2 additions & 9 deletions utils/nft-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,12 @@ resolver = "2"
autotests = false

[dependencies]
anyhow = { workspace = true }
borsh = { workspace = true, features = ["rc"] }
serde = { workspace = true}
schemars = { workspace = true}
serde_json = { workspace = true}
jsonrpsee = { workspace = true, features = ["macros", "client-core", "server"]}
borsh = { workspace = true }
tokio = { workspace = true }

sov-nft-module = { path = "../../module-system/module-implementations/sov-nft-module", features = ["native"]}
sov-modules-macros = {path = "../../module-system/sov-modules-macros"}
sov-sequencer = { path = "../../full-node/sov-sequencer"}
demo-stf = {path = "../../examples/demo-stf"}
sov-rollup-interface = {path = "../../rollup-interface"}

sov-modules-api = {path = "../../module-system/sov-modules-api", features = ["native"]}
sov-cli = {path = "../../module-system/sov-cli"}
tokio = {version = "1.32.0"}

0 comments on commit 046dd5b

Please sign in to comment.