added sd-notify dependency
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-10-02 17:45:26 +02:00
commit ebb6e5ec6d
2 changed files with 268 additions and 224 deletions

491
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -21,6 +21,7 @@ regex = "1.10"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sd-notify = { version = "0.4" }
tokio = { version = "1.35", features = ["full", "sync"] }
tungstenite = { version = "0.21", features = ["handshake", "rustls-tls-native-roots"] }