we need the provider-db also in the core, not only ffi. the idea is to add it directly to the core and to avoid an extra crate. this also avoids pulling in yaml-rust and some other dependencies.

This commit is contained in:
B. Petersen
2020-01-22 17:30:54 +01:00
parent 5ffdbd99e8
commit 0f172595d7
2 changed files with 0 additions and 29 deletions

View File

@@ -16,7 +16,6 @@ crate-type = ["cdylib", "staticlib"]
[dependencies]
deltachat = { path = "../", default-features = false }
deltachat-provider-database = "0.2.1"
libc = "0.2"
human-panic = "1.0.1"
num-traits = "0.2.6"