[package] name = "reminders" description = "A periodical reminder program using desktop notifications" readme = "README.md" license = "MIT" keywords = ["libnotify", "notifications", "periodic"] repository = "https://github.com/chibby0ne/reminders" version = "0.1.3" authors = ["Antonio Gutierrez "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] notify-rust = "^3" clap = "~2.33.0"