[package] name = "commandit" version = "0.0.3" description = "Some simple portable command line utilities" readme = "README.md" homepage = "https://codeberg.org/dyfet/commandit" repository = "https://codeberg.org/dyfet/commandit/" keywords = ["cli", "shell"] categories = ["command-line-utilities"] authors = ["David Sugar "] edition = "2021" license = "GPL-3.0-or-later" [dependencies] md-5 = "0" sha1 = "0" sha2 = "0" ripemd = "0" clap = { version = "4, >= 4.3", features = ["derive"] }