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 abbda7b..6de840e 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -8,4 +8,5 @@ edition = "2018" [dependencies] actix-web = "3" +actix-files = "0.5.0" clap = "2.33.3" |