mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26:30 +03:00
JSON-RPC stdio server
It speaks JSON-RPC serialized into JSON Lines over stdio.
This commit is contained in:
@@ -98,7 +98,8 @@ tokio = { version = "1", features = ["parking_lot", "rt-multi-thread", "macros"]
|
||||
members = [
|
||||
"deltachat-ffi",
|
||||
"deltachat_derive",
|
||||
"deltachat-jsonrpc"
|
||||
"deltachat-jsonrpc",
|
||||
"deltachat-rpc-server"
|
||||
]
|
||||
|
||||
[[example]]
|
||||
|
||||
Reference in New Issue
Block a user