41e1009095
* Upgrade cosmwasm * Remove serde annotation for Denom too * Fix clippy after rustup update
49 lines
1008 B
TOML
49 lines
1008 B
TOML
[workspace]
|
|
members = [
|
|
"coconut-bandwidth",
|
|
"coconut-dkg",
|
|
"coconut-test",
|
|
"mixnet",
|
|
"mixnet-vesting-integration-tests",
|
|
"multisig/cw3-flex-multisig",
|
|
"multisig/cw4-group",
|
|
"name-service",
|
|
"service-provider-directory",
|
|
"vesting",
|
|
]
|
|
|
|
[workspace.package]
|
|
authors = ["Nym Technologies SA"]
|
|
repository = "https://github.com/nymtech/nym"
|
|
homepage = "https://nymtech.net"
|
|
documentation = "https://nymtech.net"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
debug = false
|
|
rpath = false
|
|
lto = true
|
|
debug-assertions = false
|
|
codegen-units = 1
|
|
panic = 'abort'
|
|
incremental = false
|
|
overflow-checks = true
|
|
|
|
[workspace.dependencies]
|
|
cosmwasm-crypto = "=1.2.5"
|
|
cosmwasm-derive = "=1.2.5"
|
|
cosmwasm-schema = "=1.2.5"
|
|
cosmwasm-std = "=1.2.5"
|
|
cosmwasm-storage = "=1.2.5"
|
|
cw-controllers = "=1.0.1"
|
|
cw-multi-test = "=0.16.4"
|
|
cw-storage-plus = "=1.0.1"
|
|
cw-utils = "=1.0.1"
|
|
cw2 = "=1.0.1"
|
|
cw3 = "=1.0.1"
|
|
cw3-fixed-multisig = "=1.0.1"
|
|
cw4 = "=1.0.1"
|
|
cw20 = "=1.0.1"
|