summaryrefslogtreecommitdiffstats
path: root/rust-cli/grrs/Cargo.toml
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-12-20 21:51:39 +0100
committerivarlovlie <git@ivarlovlie.no>2022-12-20 21:51:39 +0100
commit87ee550abea331430fc2db0f1d96d6acbfa6c8f2 (patch)
tree96a6e126db498a2e5b562d9802651c62b630fe4b /rust-cli/grrs/Cargo.toml
downloadlearning-rust-87ee550abea331430fc2db0f1d96d6acbfa6c8f2.tar.xz
learning-rust-87ee550abea331430fc2db0f1d96d6acbfa6c8f2.zip
$(date "+%D %T")
Diffstat (limited to 'rust-cli/grrs/Cargo.toml')
-rw-r--r--rust-cli/grrs/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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