feat: implement minimal rust threads

This commit is contained in:
dignifiedquire
2020-01-26 09:09:27 +01:00
parent a80632ab36
commit 4dbcab9e6d
6 changed files with 117 additions and 8 deletions

View File

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