diff options
Diffstat (limited to 'actix/Cargo.toml')
-rw-r--r-- | actix/Cargo.toml | 1 |
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" |