aboutsummaryrefslogtreecommitdiff
path: root/evc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'evc/Cargo.toml')
-rw-r--r--evc/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/evc/Cargo.toml b/evc/Cargo.toml
new file mode 100644
index 0000000..d86ebef
--- /dev/null
+++ b/evc/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "evc"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+clap = { version = "*", features = ["derive"] }