modraw/Cargo.toml
fabolous005 6bcbad7a96
All checks were successful
CI / Rust project (push) Successful in 1m9s
finish
2023-11-27 14:31:35 +01:00

12 lines
259 B
TOML

[package]
name = "modraw"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = "0.24.7"
clap = { version = "4.4.8", features = ["derive"] }
rand = "0.8.5"