mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 22:36:30 +03:00
Cleanly terminate deltachat-rpc-server (#4234)
Do it as per "Thread safety" section in deltachat-ffi/deltachat.h. Also terminate on ctrl-c.
This commit is contained in:
@@ -20,6 +20,7 @@ log = "0.4"
|
||||
serde_json = "1.0.95"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tokio = { version = "1.27.0", features = ["io-std"] }
|
||||
tokio-util = "0.7.7"
|
||||
yerpc = { version = "0.4.0", features = ["anyhow_expose"] }
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user