Skip to content

Commit

Permalink
delete unused libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cha committed Oct 31, 2024
1 parent aa147a2 commit 15bb1bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ bech32 = "0.11"
triomphe = "0.1.9"
ripemd = "0.1.1"
tiny-keccak = { version = "2.0.2", features = ["keccak", "sha3"] }
get-size = { version = "0.1.4", features = ["derive"]}
pretty_assertions = "1.2.1"
dashmap = { version = "5.5.3"}
lazy_static = "1.4.0"

# Note: the BEGIN and END comments below are required for external tooling. Do not remove.
# BEGIN MOVE DEPENDENCIES
Expand Down
4 changes: 0 additions & 4 deletions crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,10 @@ clru = { workspace = true }
parking_lot = { workspace = true }
sha3 = { workspace = true }
claims = { workspace = true }
get-size = { workspace = true}
smallbitvec = { workspace = true }
smallvec = { workspace = true }
triomphe = { workspace = true }
primitive-types = { workspace = true, features = ["impl-serde"] }
pretty_assertions = { workspace = true }
dashmap = { workspace = true}
lazy_static = { workspace = true }

[dev-dependencies]
move-vm-test-utils = { workspace = true }
Expand Down

0 comments on commit 15bb1bb

Please sign in to comment.