[package] name = "linescroll" version = "0.2.0" authors = ["ed neville "] edition = "2018" description = "report the number of lines input per time ranges and present rate as statistics and graph" license = "GPL-3.0-or-later" homepage = "https://www.usenix.org.uk/content/linescroll.html" repository = "https://gitlab.com/edneville/linescroll" readme = "README.md" categories = ["command-line-utilities"] documentation = "https://www.usenix.org.uk/content/linescroll.html" keywords = ["lines","reporting","graph","files","logwatch"] [dependencies] chrono = "0.4" nix = "0.26" getopts = "0.2"