[package] name = "hexcli" version = "0.0.5" edition = "2021" description = "Some binary tools for the command line" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = {version = "4.3", features = ["derive"]} rand = "0.8"