add json api to cffi and expose it in dc node

This commit is contained in:
Simon Laux
2022-06-12 20:33:48 +02:00
parent 0213bb372f
commit 638d2ff932
12 changed files with 399 additions and 11 deletions

3
Cargo.lock generated
View File

@@ -1314,7 +1314,7 @@ dependencies = [
[[package]]
name = "deltachat-jsonrpc"
version = "0.1.0"
version = "1.86.0"
dependencies = [
"anyhow",
"async-channel",
@@ -1349,6 +1349,7 @@ dependencies = [
"anyhow",
"async-std",
"deltachat",
"deltachat-jsonrpc",
"human-panic",
"libc",
"num-traits",