wasm-deploy 0.5.0

wasm-deploy is a fully featured deployment suite for complex, multicontract cosmwasm projects
Documentation
pub mod cli;
pub mod commands;
pub mod contract;
pub mod cw20;
pub mod deployment;
pub mod error;
pub mod execute;
pub mod file;
pub mod query;
pub mod settings;
pub mod utils;

pub use cosm_utils;

#[cfg(wasm_cli)]
pub mod wasm_cli;

pub use strum;
pub use strum_macros;
pub use wasm_deploy_derive as derive;