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"
|
2024-08-16 10:46:42 +02:00
|
|
|
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"
|