web3-proxy/payment-contracts/Cargo.toml
Bryan Stitt 501ec21442 drop workspace-hack for now
it doesn't work well with features and so we were installing things like kafka even if the feature was off
2023-06-30 13:18:37 -07:00

14 lines
337 B
TOML

[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]
ethers = { version = "2.0.7", default-features = false }
glob = "0.3.1"
[dependencies]
ethers = { version = "2.0.7", default-features = false }