0g-storage-node/common/contract-interface/Cargo.toml
Chenxing Li 193e154361
Change miner id logic & request miner id automatically (#60)
* Change miner id logic & request miner id automatically

* Not enable all features in the test workflow.

* Auto configurable mining period

* Adjust test params for ci
2024-04-27 11:15:57 +08:00

14 lines
262 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]
dev = []