Skip to content

Commit

Permalink
cleanup Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Oct 23, 2024
1 parent 2c58dae commit fe9678a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

3 changes: 1 addition & 2 deletions builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ hotshot-orchestrator = { workspace = true }
hotshot-stake-table = { workspace = true }
hotshot-state-prover = { path = "../hotshot-state-prover" }
hotshot-types = { workspace = true }
jf-merkle-tree = { workspace = true }
jf-signature = { workspace = true, features = ["bls"] }
libp2p = { workspace = true }
libp2p-networking = { workspace = true }
marketplace-builder-shared = { workspace = true }
Expand All @@ -52,3 +50,4 @@ vec1 = { workspace = true }
[dev-dependencies]
sequencer = { path = "../sequencer", features = ["testing"] }
tempfile = { workspace = true }
jf-signature = { workspace = true, features = ["bls"] }

0 comments on commit fe9678a

Please sign in to comment.