[package] name = "stare" version = "0.2.1" description = "A command line application that waits for the end of the process." readme = "README.md" categories = ["command-line-utilities"] authors = ["Junichi Kakisako "] homepage = "https://github.com/kironono/stare" repository = "https://github.com/kironono/stare" license = "MIT" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] sysinfo = "0.14.5" getopts = "0.2.21"