diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-03-04 13:35:17 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-03-04 13:35:17 +0100 |
commit | baefaadd35f915834b4c6a4a097908dddceab06f (patch) | |
tree | 0e4820e739ae540af23c0df6a47ee8d38366bd9f /actix/Cargo.toml | |
parent | 3189dcd0f6ce9bbd8ceb00f261f6fa9440eeb62d (diff) | |
download | web-template-baefaadd35f915834b4c6a4a097908dddceab06f.tar web-template-baefaadd35f915834b4c6a4a097908dddceab06f.tar.zst web-template-baefaadd35f915834b4c6a4a097908dddceab06f.zip |
Support Static Files with Actix
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" |