summaryrefslogtreecommitdiff
path: root/scripts/resc/setwall/Cargo.toml
blob: 61c5fc0a01b35b1d54059a657f4c4298ffd36802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "setwall"
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.1.4", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
regex = "1"
rand = "0.8"
dirs = "4"