[package] name = "ktp" version = "0.1.0" edition = "2021" authors = ["Aziz Ben Ali "] description = "Kill the panel — Replaces your panel with snazzy desktop notifications." keywords = ["system","notification","utility"] repository = "https://github.com/grtcdr/ktp" license = "MIT" readme = "README.md" [dependencies] libmacchina = "3.9.1" notify-rust = "4.5.5" bytesize = "1.1.0" structopt = "0.3" chrono = "0.4.19" [profile.release] opt-level = 3 debug = false