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-24 08:23:51 +03:00
|
|
|
ethers = { version = "2.0.7", default-features = false }
|
2023-05-31 21:52:51 +03:00
|
|
|
glob = "0.3.1"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-06-24 08:23:51 +03:00
|
|
|
ethers = { version = "2.0.7", default-features = false }
|
2023-06-27 21:59:49 +03:00
|
|
|
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|