[package] authors = ["Axlefublr"] license = "MIT" description = "A simple shell-oriented counter CLI." readme = "README.md" homepage = "https://github.com/Axlefublr/clorange" repository = "https://github.com/Axlefublr/clorange" name = "clorange" version = "1.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.11", features = ["derive", "wrap_help"] } dirs = "5.0.1" indoc = "2.0.4"