refactor: remove now unused build.rs and extern declarations

This commit is contained in:
dignifiedquire
2019-09-15 21:58:28 +02:00
parent 0f718e0d08
commit ff0aa8423d
6 changed files with 223 additions and 327 deletions

View File

@@ -5,10 +5,6 @@ authors = ["dignifiedquire <dignifiedquire@gmail.com>"]
edition = "2018"
license = "MPL"
[build-dependencies]
cc = "1.0.35"
pkg-config = "0.3"
[dependencies]
deltachat_derive = { path = "./deltachat_derive" }
libc = "0.2.51"