Skip to content

Commit

Permalink
Add bitvector
Browse files Browse the repository at this point in the history
  • Loading branch information
macladson committed Jul 26, 2024
1 parent 4ebca2f commit 8f028d7
Show file tree
Hide file tree
Showing 4 changed files with 1,405 additions and 3 deletions.
8 changes: 7 additions & 1 deletion ssz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ ethereum_ssz_derive = { version = "0.5.4", path = "../ssz_derive" }

[dependencies]
ethereum-types = "0.14.1"
ethereum_serde_utils = "0.5.0"
smallvec = { version = "1.6.1", features = ["const_generics"] }
itertools = "0.10.3"
serde = "1.0.0"
serde_derive = "1.0.0"
typenum = "1.12.0"
derivative = "2.1.1"
arbitrary = { version = "1.0", features = ["derive"], optional = true }

[features]
arbitrary = ["ethereum-types/arbitrary"]
arbitrary = ["dep:arbitrary", "ethereum-types/arbitrary"]
Loading

0 comments on commit 8f028d7

Please sign in to comment.