some fixes

This commit is contained in:
dignifiedquire
2020-01-26 15:03:37 +01:00
parent efcad4126d
commit 29bb2ec58b
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ categories = ["cryptography", "std", "email"]
[lib]
name = "deltachat"
crate-type = ["cdylib"]
crate-type = ["cdylib", "staticlib"]
[dependencies]
deltachat = { path = "../", default-features = false }