[package] name = "swyt" description = "Daemon killing processes based on time period rules" license = "MIT" version = "1.3.0" authors = ["Clément Sibille "] repository = "https://github.com/Lisible/swyt/" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dirs = "^2.0" chrono = "^0.4" sysinfo = "^0.28" log = "^0.4" env_logger = "^0.10"