PagesServer/Cargo.toml
Renovate Bot 4b7db1f0ab
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update Rust crate bytes to 1.10.1
2025-03-30 02:22:17 +00:00

19 lines
485 B
TOML

[package]
name = "pages_server"
version = "0.1.0"
edition = "2024"
license = "GPL-3.0-only"
# 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"] }
actix-web = "4.10.2"
actix-files = "0.6.6"
actix-multipart = "0.7.2"
env_logger = "0.11.7"
log = "0.4"
bytes = "1.10.1"
futures-util = { version = "0.3.21", default-features = false, features = ["std"] }
tar = "0.4.38"