-
Notifications
You must be signed in to change notification settings - Fork 784
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing crates to cargo workspace (#6774)
* Add the remaining crates to cargo workspace * Merge branch 'unstable' into add-remaining-crates-workspace
- Loading branch information
Showing
6 changed files
with
50 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,24 +5,24 @@ authors = ["Michael Sproul <[email protected]>"] | |
edition = { workspace = true } | ||
|
||
[dependencies] | ||
bitvec = { workspace = true } | ||
derivative = { workspace = true } | ||
ethereum_ssz = { workspace = true } | ||
ethereum_ssz_derive = { workspace = true } | ||
itertools = { workspace = true } | ||
metrics = { workspace = true } | ||
parking_lot = { workspace = true } | ||
types = { workspace = true } | ||
state_processing = { workspace = true } | ||
ethereum_ssz = { workspace = true } | ||
ethereum_ssz_derive = { workspace = true } | ||
rand = { workspace = true } | ||
rayon = { workspace = true } | ||
serde = { workspace = true } | ||
state_processing = { workspace = true } | ||
store = { workspace = true } | ||
bitvec = { workspace = true } | ||
rand = { workspace = true } | ||
types = { workspace = true } | ||
|
||
[dev-dependencies] | ||
beacon_chain = { workspace = true } | ||
tokio = { workspace = true } | ||
maplit = { workspace = true } | ||
tokio = { workspace = true } | ||
|
||
[features] | ||
portable = ["beacon_chain/portable"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ name = "filesystem" | |
version = "0.1.0" | ||
authors = ["Mark Mackey <[email protected]>"] | ||
edition = { workspace = true } | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters