Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
chore: remove unused deps on crypto crate (#344)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Paitrault <simon.paitrault@gmail.com>
  • Loading branch information
Freyskeyd authored Oct 24, 2023
1 parent 09242e1 commit 30feef5
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 crates/topos-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ eth-keystore = "0.5.0"

[dev-dependencies]
rstest.workspace = true
topos-tce-transport = { path = "../topos-tce-transport" }
topos-core = { path = "../topos-core" }
topos-core = { path = "../topos-core", features = ["api", "uci"] }
ethers.workspace = true

0 comments on commit 30feef5

Please sign in to comment.