[package] name = "random-file" version = "0.1.0" edition = "2021" authors = [ "networkException " ] license = "BSD-2-Clause" repository = "https://gitlab.upi.li/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"