random-file/Cargo.toml

17 lines
451 B
TOML
Raw Normal View History

2023-11-09 19:58:09 +01:00
[package]
name = "random-file"
2024-08-16 11:03:01 +02:00
version = "0.4.0"
2023-11-09 19:58:09 +01:00
edition = "2021"
2023-11-09 22:58:53 +01:00
authors = [ "networkException <git@nwex.de>" ]
license = "BSD-2-Clause"
repository = "https://git.nwex.de/networkException/random-file"
2023-11-09 19:58:09 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-11-09 22:57:08 +01:00
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"