Skip to content

Commit

Permalink
Remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 30, 2024
1 parent b4966a6 commit fcc4319
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion crates/chia-bls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ arbitrary = ["dep:arbitrary"]
[dependencies]
chia-traits = { workspace = true }
chia_py_streamable_macro = { workspace = true, optional = true }
anyhow = { workspace = true }
sha2 = { workspace = true }
clvmr = { workspace = true }
hkdf = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/chia-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ chia_py_streamable_macro = { workspace = true, optional = true }
clvm-utils = { workspace = true }
chia-traits = { workspace = true }
clvm-traits = { workspace = true }
clvm-derive = { workspace = true }
chia-protocol = { workspace = true }
chia-puzzles = { workspace = true }
chia-bls = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/chia-puzzles/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ workspace = true
[dependencies]
libfuzzer-sys = { workspace = true }
clvmr = { workspace = true }
pyo3 = { workspace = true, features = ["auto-initialize"]}
chia-puzzles = { workspace = true, features = ["arbitrary"] }
clvm-traits = { workspace = true }

Expand Down
1 change: 0 additions & 1 deletion crates/chia-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ clap = { workspace = true, features = ["derive"] }
zstd = { workspace = true }
blocking-threadpool = { workspace = true }
hex = { workspace = true }
hex-literal = { workspace = true }

[lib]
name = "chia_tools"
Expand Down
5 changes: 0 additions & 5 deletions wheel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ python-source = "python"
[dependencies]
clvmr = { workspace = true }
hex = { workspace = true }

pyo3 = { workspace = true, features = ["multiple-pymethods"] }
chia-consensus = { workspace = true, features = ["py-bindings"] }
chia-bls = { workspace = true, features = ["py-bindings"] }
chia-protocol = { workspace = true, features = ["py-bindings"] }
chia-traits = { workspace = true, features = ["py-bindings"] }
clvm-traits = { workspace = true, features = ["derive", "py-bindings"] }
clvm-utils = { workspace = true }
chia_py_streamable_macro = { workspace = true }
chia_streamable_macro = { workspace = true }

0 comments on commit fcc4319

Please sign in to comment.