aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorScott Lawrence <scott+git@ineffectivetheory.com>2024-06-01 11:42:48 -0600
committerScott Lawrence <scott+git@ineffectivetheory.com>2024-06-01 11:42:48 -0600
commit4efe817e075598cfa3ce2e85ec84f96a0d95c734 (patch)
tree3279a178b2a8904f82a22455025b8352645a2b0c /Cargo.toml
downloadvaranus-4efe817e075598cfa3ce2e85ec84f96a0d95c734.tar.gz
varanus-4efe817e075598cfa3ce2e85ec84f96a0d95c734.tar.bz2
varanus-4efe817e075598cfa3ce2e85ec84f96a0d95c734.zip
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..956a535
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "varanus"
+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.4", features = ["derive"] }