Skip to content

Commit 4950ce1

Browse files
authored
Eugene/clean deps (#13780)
## Description Ran `cargo machete` to (see https://github.com/bnjbvr/cargo-machete) to determine un-used dependencies and removed them. ## Test Plan preland ci
1 parent c63ce6f commit 4950ce1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

crates/sui-genesis-builder/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,12 @@ publish = false
77
edition = "2021"
88

99
[dependencies]
10-
anemo.workspace = true
1110
anyhow.workspace = true
1211
bcs.workspace = true
1312
camino.workspace = true
14-
csv.workspace = true
15-
dirs.workspace = true
1613
fastcrypto.workspace = true
1714
move-binary-format.workspace = true
1815
move-core-types.workspace = true
19-
once_cell.workspace = true
2016
rand.workspace = true
2117
serde.workspace = true
2218
serde_with.workspace = true
@@ -25,14 +21,11 @@ tempfile.workspace = true
2521
tracing.workspace = true
2622
prometheus.workspace = true
2723

28-
narwhal-config.workspace = true
2924
shared-crypto.workspace = true
3025
sui-config.workspace = true
3126
sui-execution.workspace = true
3227
sui-framework.workspace = true
33-
sui-keys.workspace = true
3428
sui-protocol-config.workspace = true
35-
sui-storage.workspace = true
3629
sui-types.workspace = true
3730
workspace-hack = { version = "0.1", path = "../workspace-hack" }
3831
[target.'cfg(msim)'.dependencies]

0 commit comments

Comments
 (0)