generated from Patagia/template-nix
25 lines
768 B
TOML
25 lines
768 B
TOML
|
[package]
|
||
|
name = "hostd"
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow.workspace = true
|
||
|
tokio.workspace = true
|
||
|
sqlx = { version = "0.8.3", default-features = false, features = [
|
||
|
"macros", "migrate", "postgres", "runtime-tokio", "tls-rustls", "time", "uuid"
|
||
|
] }
|
||
|
dropshot.workspace = true
|
||
|
clap.workspace = true
|
||
|
slog.workspace = true
|
||
|
slog-async.workspace = true
|
||
|
tracing-slog.workspace = true
|
||
|
tracing.workspace = true
|
||
|
trace-request = { path = "../trace-request" }
|
||
|
schemars.workspace = true
|
||
|
serde.workspace = true
|
||
|
http.workspace = true
|
||
|
zbus_systemd = { version = "0.25701.0", features = ["hostname1", "sysupdate1", "network1", "portable1", "resolve1", "systemd1"] }
|
||
|
zbus = "5.4.0"
|
||
|
openssl = { version = "0.10.63", features = ["vendored"] }
|