helios/common/Cargo.toml

13 lines
308 B
TOML
Raw Normal View History

2022-08-29 17:31:17 +00:00
[package]
name = "common"
2023-03-15 19:40:01 +00:00
version = "0.3.0"
2022-08-29 17:31:17 +00:00
edition = "2021"
[dependencies]
eyre = "0.6.8"
serde = { version = "1.0.143", features = ["derive"] }
hex = "0.4.3"
ssz-rs = { git = "https://github.com/ralexstokes/ssz-rs", rev = "d09f55b4f8554491e3431e01af1c32347a8781cd" }
ethers = "1.0.0"
thiserror = "1.0.37"