Refresh repo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-31 20:36:33 +02:00
parent 576188da12
commit 8875b24d31
5 changed files with 966 additions and 561 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "heavy_file_server"
version = "0.1.0"
edition = "2021"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -12,7 +12,7 @@ actix-web = "4"
actix = "0.13.0"
lazy_static = "1.4.0"
log = "0.4.17"
env_logger = "0.10.0"
env_logger = "0.11.7"
actix-web-httpauth = "0.8.0"
askama = "0.11.1"
tokio = "1.23.0"
askama = "0.13.0"
tokio = "1.23.0"