[package] name = "reboot-arch-btw" version = "0.8.1" repository = "https://github.com/rnestler/reboot-arch-btw" license = "GPL-3.0-only" authors = [ "Raphael Nestler ", "Stefan Schindler ", "Danilo Bargen ", ] description = "Check if you need to reboot due to an updated kernel. (I use Arch btw!)" readme = "README.md" keywords = ["i-use-arch-btw", "arch", "linux", "kernel"] categories = ["command-line-utilities"] include = [ "**/*.rs", "Cargo.toml", "Cargo.lock", "README.md", ] edition = "2021" [dependencies] alpm = "4.0.0" clap = { version = "4.5.13", features = ["help", "usage", "error-context", "std", "derive"], default-features = false } notify-rust = "4.11" utmp-rs = "0.3.0" time = "0.3.36" log = "0.4.22" env_logger = "0.11.5" anyhow = "1.0.82"