2022-12-07 07:41:18 +00:00
|
|
|
[package]
|
|
|
|
name = "heavy_file_server"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-07 09:54:07 +00:00
|
|
|
clap = { version = "4.0.29", features = ["derive", "env"] }
|
|
|
|
tar = "0.4.38"
|
|
|
|
actix-web = "4"
|
|
|
|
actix = "0.13.0"
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
log = "0.4.17"
|
|
|
|
env_logger = "0.10.0"
|
|
|
|
actix-web-httpauth = "0.8.0"
|
|
|
|
askama = "0.11.1"
|
|
|
|
tokio = "1.23.0"
|