# See: https://doc.rust-lang.org/cargo/reference/manifest.html [package] authors = ["Jeremy Audet "] categories = ["command-line-utilities"] description = "Log unit state changes on behalf of killjoy." edition = "2018" keywords = ["d-bus", "dbus", "systemd", "unit"] license = "GPL-3.0-or-later" name = "killjoy-notifier-logfile" readme = "README.md" repository = "https://github.com/Ichimonji10/killjoy-notifier-logfile" version = "0.2.0" [dependencies] chrono = "^0.4.7" csv = "^1.1.1" dbus = "^0.7.1" xdg = "^2.2.0" [badges] travis-ci = {repository = "Ichimonji10/killjoy-notifier-logfile"}