enex-rcache/Cargo.toml
2026-01-31 10:18:34 +01:00

15 lines
325 B
TOML

[package]
name = "enex-rcache"
version = "0.2.1"
edition = "2024"
license = "AGPL-3.0-only "
[dependencies]
actix-web = "4.12.1"
actix-web-httpauth = "0.8.2"
config = "0.15.19"
dotenvy = "0.15.7"
futures-util = "0.3.31"
serde = { version = "1.0.228", features = ["derive"] }
tracing = "0.1.44"
tracing-subscriber = "0.3.22"