nustify 0.2.1

Send iOS/Android Notifications using IFTTT's Webhook
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.tokio]
features = ["macros"]
version = "1.2"

[features]
imgur = ["reqwest/multipart"]

[package]
authors = ["Scotow <contact@scotow.com>"]
description = "Send iOS/Android Notifications using IFTTT's Webhook"
edition = "2018"
homepage = "https://github.com/scotow/nustify"
keywords = ["notification", "ifttt", "ios", "android", "imgur"]
license = "MIT"
name = "nustify"
version = "0.2.1"