14 lines
261 B
TOML
14 lines
261 B
TOML
[package]
|
|
name = "enex-rcache"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
actix-web = "4.10.2"
|
|
actix-web-httpauth = "0.8.2"
|
|
config = "0.15.11"
|
|
dotenvy = "0.15.7"
|
|
futures-util = "0.3.31"
|
|
serde = "1.0.219"
|
|
tracing = "0.1.41"
|
|
tracing-subscriber = "0.3.19"
|