X-Git-Url: https://piware.de/gitweb/?p=learn-rust.git;a=blobdiff_plain;f=actix-server%2FCargo.toml;fp=actix-server%2FCargo.toml;h=fa315f9210f5f77676e42fb59146baf82b4aa763;hp=237dc2e705913f73dbce9769ff7376585982d153;hb=9bcb2f272943c88dd3cafe1f5679fcd3a20a89a9;hpb=577248e40bb772480fb036fe2deafc1ac2a11354 diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index 237dc2e..fa315f9 100644 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -7,4 +7,5 @@ edition = "2021" [dependencies] actix-web = "4" +actix-files = "0.6" env_logger = "0.9"