Merge pull request #109 from valentinewallace/2023-07-detect-bgproc-exit
authorJeffrey Czyz <jkczyz@gmail.com>
Mon, 7 Aug 2023 19:35:09 +0000 (14:35 -0500)
committerGitHub <noreply@github.com>
Mon, 7 Aug 2023 19:35:09 +0000 (14:35 -0500)
Detect if the background processor exits early and shutdown if so

Cargo.toml

index 0e95be6a569cf1f5fa3bf1c6dd022aec3681afd1..dbd703e71d652b9cd7e05a3f24d807a000e36b0b 100644 (file)
@@ -23,7 +23,7 @@ bech32 = "0.8"
 hex = "0.3"
 libc = "0.2"
 
-chrono = "0.4"
+chrono = { version = "0.4", default-features = false, features = ["clock"] }
 rand = "0.4"
 serde_json = { version = "1.0" }
 tokio = { version = "1", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }