[package] name = "croncat-sdk-core" version = { workspace = true } authors = { workspace = true } edition = "2021" repository = "https://github.com/CronCats/cw-croncat" license = { workspace = true } description = "Contains structs and impls useful in the operation of CronCat automation" [dependencies] thiserror = { workspace = true } cosmwasm-schema = { workspace = true } cosmwasm-std = { workspace = true } cw20 = { workspace = true }