From 87ee550abea331430fc2db0f1d96d6acbfa6c8f2 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Tue, 20 Dec 2022 21:51:39 +0100 Subject: $(date "+%D %T") --- rust-cli/grrs/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rust-cli/grrs/Cargo.toml (limited to 'rust-cli/grrs/Cargo.toml') diff --git a/rust-cli/grrs/Cargo.toml b/rust-cli/grrs/Cargo.toml new file mode 100644 index 0000000..08077b2 --- /dev/null +++ b/rust-cli/grrs/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "grrs" +version = "0.1.0" +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +clap = { version = "4.0", features = ["derive"] } \ No newline at end of file -- cgit v1.3