c2938e0672
* Fix delegation paging and tests * Circuit breaker, upgrade storage and cosmwasm * beta6 * Cleanup delegation events
23 lines
550 B
TOML
23 lines
550 B
TOML
[package]
|
|
name = "bandwidth-claim"
|
|
version = "1.0.0-rc.1"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dev-dependencies]
|
|
config = { path = "../../common/config"}
|
|
|
|
[dependencies]
|
|
bandwidth-claim-contract = { path = "../../common/bandwidth-claim-contract" }
|
|
|
|
cosmwasm-std = "1.0.0-beta6"
|
|
cosmwasm-storage = "1.0.0-beta6"
|
|
|
|
schemars = "0.8"
|
|
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
|
|
thiserror = "1.0.23"
|