add provider info function

This commit is contained in:
Simon Laux
2019-09-04 16:51:28 +02:00
parent 46520edd87
commit c0c014d7e2
4 changed files with 51 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ libc = "0.2"
human-panic = "1.0.1"
num-traits = "0.2.6"
deltachat-provider-overview = { path = "../../../deltachat-provider-overview" }
# serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[features]
default = ["vendored", "nightly", "ringbuf"]
vendored = ["deltachat/vendored"]