PluralKit/services/api/Cargo.toml

18 lines
373 B
TOML
Raw Normal View History

2023-02-16 00:27:36 +00:00
[package]
name = "api"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = { workspace = true }
2023-02-16 00:27:36 +00:00
axum = "0.6.4"
fred = { workspace = true }
2023-02-16 00:27:36 +00:00
http = "0.2.8"
hyper-reverse-proxy = "0.5.1"
lazy_static = { workspace = true }
2023-02-16 00:27:36 +00:00
libpk = { path = "../../lib/libpk" }
metrics = { workspace = true }
tokio = { workspace = true }
2023-02-16 00:27:36 +00:00
tower = "0.4.13"
tracing = { workspace = true }