random-file/Cargo.toml

16 lines
451 B
TOML

[package]
name = "random-file"
version = "0.4.0"
edition = "2021"
authors = [ "networkException <git@nwex.de>" ]
license = "BSD-2-Clause"
repository = "https://git.nwex.de/networkException/random-file"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.4.7", features = ["derive", "env"] }
env_logger = "0.10.0"
escape_string = "0.1.2"
log = "0.4.20"
rand = "0.8.5"