summaryrefslogtreecommitdiff
path: root/actix/Cargo.toml
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-03-01 20:12:02 +0100
committerxengineering <mail2xengineering@protonmail.com>2021-03-01 20:32:55 +0100
commit537b2828a4911eabb44c6b10d3f86ef00f6165da (patch)
tree702a2cf2353c33c99c2a546be8f29ed65110a18b /actix/Cargo.toml
parent92ce74d92e5fe57e59cefcf454373c1a26022cf6 (diff)
downloadweb-template-537b2828a4911eabb44c6b10d3f86ef00f6165da.tar
web-template-537b2828a4911eabb44c6b10d3f86ef00f6165da.tar.zst
web-template-537b2828a4911eabb44c6b10d3f86ef00f6165da.zip
Implement CLI Parameters with clap
Diffstat (limited to 'actix/Cargo.toml')
-rw-r--r--actix/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/actix/Cargo.toml b/actix/Cargo.toml
index bd2bc84..abbda7b 100644
--- a/actix/Cargo.toml
+++ b/actix/Cargo.toml
@@ -8,3 +8,4 @@ edition = "2018"
[dependencies]
actix-web = "3"
+clap = "2.33.3"