[package] name = "clock-notification" version = "0.0.1" authors = ["Martin Vassor "] edition = "2018" description = "A clock notification. When run, display a notification with the current time." license = "WTFPL" repository = "https://framagit.org/Bromind/clock-notification" homepage = "http://vassor.org/contributions.html" keywords = ["Clock", "Notification"] categories = ["command-line-utilities"] #readme = "README.md" [dependencies] notify-rust = "3.5.0" chrono = "0.4.6"