From 265b3b7b976732ab00e57aa064f06857b547b2b0 Mon Sep 17 00:00:00 2001 From: Julian T Date: Mon, 6 Feb 2023 20:50:11 +0100 Subject: Create new setwall script in rust --- scripts/resc/setwall/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 scripts/resc/setwall/Cargo.toml (limited to 'scripts/resc/setwall/Cargo.toml') diff --git a/scripts/resc/setwall/Cargo.toml b/scripts/resc/setwall/Cargo.toml new file mode 100644 index 0000000..61c5fc0 --- /dev/null +++ b/scripts/resc/setwall/Cargo.toml @@ -0,0 +1,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" -- cgit v1.2.3