mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
13 lines
470 B
Diff
13 lines
470 B
Diff
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -1,8 +1,5 @@
|
|
-# the "wheel" crate is excluded from the workspace because pyo3 has problems with
|
|
-# "cargo test" and "cargo bench"
|
|
[workspace]
|
|
-members = ["wasm", "chia_streamable_macro", "chia-bls", "clvm-utils", "chia-protocol", "chia_py_streamable_macro"]
|
|
-exclude = ["wheel"]
|
|
+members = ["wasm", "wheel", "chia_streamable_macro", "chia-bls", "clvm-utils", "chia-protocol", "chia_py_streamable_macro"]
|
|
|
|
[package]
|
|
name = "chia"
|