integrate json-rpc repo

https://github.com/deltachat/deltachat-jsonrpc
This commit is contained in:
Simon Laux
2022-05-07 02:55:03 +02:00
parent e60164b5f3
commit bf5d09e74a
37 changed files with 2810 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ tokio = { version = "1", features = ["parking_lot", "rt-multi-thread", "macros"]
members = [
"deltachat-ffi",
"deltachat_derive",
"deltachat-jsonrpc"
]
[[example]]