mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-10 10:05:17 +00:00
14 lines
276 B
TOML
14 lines
276 B
TOML
[package]
|
|
name = "contract-interface"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ethers = "^2"
|
|
serde_json = "1.0.82"
|
|
|
|
[features]
|
|
compile-contracts = [] |