generated from Patagia/template-nix
24 lines
625 B
TOML
24 lines
625 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"
|
||
|
] }
|
||
|
varlink = "11.0.1"
|
||
|
systemd-ipc = { path = "../systemd-ipc" }
|
||
|
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
|