[package] name = "cw-controllers" version = { workspace = true } authors = ["Ethan Frey "] edition = "2021" description = "Common controllers we can reuse in many contracts" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-minus" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cosmwasm-schema = { workspace = true } cosmwasm-std = { workspace = true } cw-utils = { workspace = true } cw-storage-plus = { workspace = true } schemars = "0.8.15" serde = { version = "1.0.188", default-features = false, features = ["derive"] } thiserror = { version = "1.0.49" }