PluralKit/lib/libpk/Cargo.toml

18 lines
513 B
TOML
Raw Normal View History

2023-02-16 00:27:36 +00:00
[package]
name = "libpk"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = { workspace = true }
2023-02-16 00:27:36 +00:00
config = "0.13.3"
gethostname = "0.4.1"
lazy_static = { workspace = true }
2023-03-19 03:06:55 +00:00
metrics = "0.20.1"
metrics-exporter-prometheus = { version = "0.11.0", default-features = false, features = ["tokio", "http-listener", "tracing"] }
serde = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
2023-02-16 00:27:36 +00:00
tracing-gelf = "0.7.1"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }