web3-proxy/payment-contracts/Cargo.toml

14 lines
257 B
TOML
Raw Normal View History

2023-05-31 21:52:51 +03:00
[package]
name = "payment-contracts"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
2023-06-07 20:50:34 +03:00
ethers = "2.0.7"
2023-05-31 21:52:51 +03:00
glob = "0.3.1"
[dependencies]
2023-06-07 20:50:34 +03:00
ethers = "2.0.7"