Fix systemd socket activation

This commit is contained in:
2024-08-18 22:22:31 +02:00
parent 53f19b3d05
commit 9d88c95f33
3 changed files with 23 additions and 11 deletions

View File

@@ -20,6 +20,7 @@ nix = { version = "0.29.0", features = ["fs", "process", "socket", "user"] }
prettytable = "0.10.0"
rand = "0.8.5"
ratatui = { version = "0.28.0", optional = true }
sd-notify = "0.4.2"
serde = "1.0.208"
serde_json = { version = "1.0.125", features = ["preserve_order"] }
sqlx = { version = "0.8.0", features = ["runtime-tokio", "mysql", "tls-rustls"] }