Files
heavy-files-server/Cargo.toml
Renovate Bot 818194ebd4
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
Update Rust crate clap to 4.5.40
2025-06-10 00:21:47 +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.40", features = ["derive", "env"] }
tar = "0.4.44"
actix-web = "4.11.0"
actix = "0.13.5"
lazy_static = "1.5.0"
log = "0.4.27"
env_logger = "0.11.8"
actix-web-httpauth = "0.8.2"
askama = "0.14.0"
tokio = "1.45.0"