mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-02-23 12:15:18 +00:00
18 lines
391 B
TOML
18 lines
391 B
TOML
[package]
|
|
name = "contract-wrapper"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.28", features = ["macros"] }
|
|
ethers = "2.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
tracing = "0.1.35"
|
|
# or `tracing` if you prefer
|
|
|
|
[features]
|
|
dev = []
|