[package] name = "cw-fable" version = "0.1.0" edition = "2021" description = "CW Fable is a helper package for Cosmwasm Development that contains a bunch of cool stuff. All MIT ( ͡° ͜ʖ ͡°)" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cosmwasm-std = "1.3" cw20 = "1.0.1" [dev-dependencies] test-case = "1"