mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-10 10:05:17 +00:00
9 lines
191 B
TOML
9 lines
191 B
TOML
|
[package]
|
||
|
name = "zgs_seal"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
ethereum-types = "0.14"
|
||
|
zgs_spec = {path = "../spec"}
|
||
|
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
|