[package] name = "ic_catalyze_notifications" version = "0.0.1-beta.6" edition = "2018" description = "Catalyze notifications helper" license = "MIT" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] path = "src/lib.rs" crate-type = ["lib"] [dependencies] candid = "0.9.6" serde = "1.0" ic-cdk = "0.11.0"