heavy-files-server/Cargo.toml
Pierre HUBERT 9d8400efa7
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request 'Update Rust crate actix-web to 4.10.2' (#4) from renovate/actix-web-4.x into master
Reviewed-on: #4
2025-04-01 05:35:24 +00:00

19 lines
422 B
TOML

[package]
name = "heavy_file_server"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.34", features = ["derive", "env"] }
tar = "0.4.38"
actix-web = "4.10.2"
actix = "0.13.0"
lazy_static = "1.4.0"
log = "0.4.17"
env_logger = "0.11.7"
actix-web-httpauth = "0.8.0"
askama = "0.13.0"
tokio = "1.23.0"