c13d3ab15d
* Updated cosmwasm dependencies to 1.0.0 * changelog
27 lines
741 B
TOML
27 lines
741 B
TOML
[package]
|
|
name = "coconut-bandwidth"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
bandwidth-claim-contract = { path = "../../common/bandwidth-claim-contract" }
|
|
coconut-bandwidth-contract-common = { path = "../../common/cosmwasm-smart-contracts/coconut-bandwidth-contract" }
|
|
config = { path = "../../common/config"}
|
|
|
|
cosmwasm-std = "1.0.0"
|
|
cosmwasm-storage = "1.0.0"
|
|
cw-storage-plus = "0.13.4"
|
|
cw-controllers = "0.13.4"
|
|
|
|
schemars = "0.8"
|
|
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
|
|
thiserror = "1.0.23"
|
|
|
|
[dev-dependencies]
|
|
cw-multi-test = { version = "0.13.2" }
|