json api for provider overview

This commit is contained in:
Simon Laux
2019-12-19 18:33:43 +01:00
parent 3afa37c6ea
commit 7da5fe2726
7 changed files with 54 additions and 226 deletions

View File

@@ -16,11 +16,12 @@ crate-type = ["cdylib", "staticlib"]
[dependencies]
deltachat = { path = "../", default-features = false }
deltachat-provider-database = "0.2.1"
deltachat-provider-database = "0.3.0"
libc = "0.2"
human-panic = "1.0.1"
num-traits = "0.2.6"
failure = "0.1.6"
serde_json = "1.0"
[features]
default = ["vendored", "nightly", "ringbuf"]