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-17 01:49:10 +03:00
|
|
|
ethers = { git = "https://github.com/llamanodes/ethers-rs/", rev = "eb68f5d60850008cd302762bd3a5a4bdcfecc713", default-features = false }
|
|
|
|
|
2023-05-31 21:52:51 +03:00
|
|
|
glob = "0.3.1"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-06-17 01:49:10 +03:00
|
|
|
ethers = { git = "https://github.com/llamanodes/ethers-rs/", rev = "eb68f5d60850008cd302762bd3a5a4bdcfecc713", default-features = false }
|