41e1009095
* Upgrade cosmwasm * Remove serde annotation for Denom too * Fix clippy after rustup update
23 lines
682 B
TOML
23 lines
682 B
TOML
[package]
|
|
name = "nym-api-requests"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bs58 = "0.4.0"
|
|
cosmrs = { workspace = true }
|
|
cosmwasm-std = { workspace = true, default-features = false }
|
|
getset = "0.1.1"
|
|
schemars = { version = "0.8", features = ["preserve_order"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
ts-rs = { version = "6.1.2", optional = true }
|
|
|
|
nym-coconut-interface = { path = "../../common/coconut-interface" }
|
|
nym-mixnet-contract-common = { path= "../../common/cosmwasm-smart-contracts/mixnet-contract" }
|
|
|
|
[features]
|
|
default = []
|
|
generate-ts = ["ts-rs"]
|