Serve files

This commit is contained in:
2022-03-27 13:44:53 +02:00
parent 55eca7fd71
commit b462262ef1
4 changed files with 1471 additions and 2 deletions

View File

@ -6,3 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "3.1.6", features = ["derive", "env"] }
actix-web = "4"
actix-files = "0.6"
env_logger = "0.9.0"
log = "0.4"