Files
hidden_server/Cargo.toml
Renovate Bot 9dc14c0e40
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update Rust crate log to 0.4.28
2025-09-04 00:28:06 +00:00

12 lines
210 B
TOML

[package]
name = "hidden_server"
version = "0.1.0"
edition = "2024"
[dependencies]
log = "0.4.28"
env_logger = "0.11.8"
actix-web = "4.11.0"
rand = "0.9.2"
clap = { version = "4.5.47", features = ["derive"] }