16 lines
345 B
TOML
16 lines
345 B
TOML
[package]
|
|
name = "frost_patterns"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.7", features = ["derive", "cargo"] }
|
|
draw = "0.3.0"
|
|
hex = "0.4.3"
|
|
image = "0.25.1"
|
|
rand = "0.8.5"
|
|
rand_chacha = "0.3.1"
|
|
regex = "1.10.5"
|
|
|