16 lines
365 B
TOML
16 lines
365 B
TOML
[package]
|
|
name = "libpk"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
config = "0.13.3"
|
|
gethostname = "0.4.1"
|
|
lazy_static = { workspace = true }
|
|
serde = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tracing = { workspace = true }
|
|
tracing-gelf = "0.7.1"
|
|
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|