remove extern c and no_mangle

This commit is contained in:
dignifiedquire
2019-04-27 01:42:58 +03:00
parent 9a1fcc745e
commit 1faf248e09
54 changed files with 789 additions and 1579 deletions

View File

@@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["dignifiedquire <dignifiedquire@gmail.com>"]
edition = "2018"
[lib]
name = "deltachat"
crate-type = ["cdylib", "staticlib"]
[build-dependencies]
cc = "1.0.35"