mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
27 lines
642 B
TOML
27 lines
642 B
TOML
[package]
|
|
name = "identity-dao-shared"
|
|
version = { workspace = true }
|
|
edition = { workspace = true }
|
|
authors = { workspace = true }
|
|
license = { workspace = true }
|
|
repository = { workspace = true }
|
|
homepage = { workspace = true }
|
|
documentation = { workspace = true }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[features]
|
|
library = []
|
|
|
|
[dependencies]
|
|
cosmwasm-std = { workspace = true }
|
|
cosmwasm-schema = { workspace = true }
|
|
cw-storage-plus = { workspace = true }
|
|
cw-utils = { workspace = true }
|
|
serde = { workspace = true }
|
|
schemars = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
cw-multi-test = { workspace = true } |