This commit is contained in:
dignifiedquire
2019-07-06 11:29:13 +02:00
parent 4fe99b21c9
commit 286d1a99aa
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ pkg-config = "0.3"
[dependencies] [dependencies]
libc = "0.2.51" libc = "0.2.51"
pgp = "0.2" pgp = { version = "0.2", default-features = true }
hex = "0.3.2" hex = "0.3.2"
sha2 = "0.8.0" sha2 = "0.8.0"
rand = "0.6.5" rand = "0.6.5"

View File

@@ -15,7 +15,7 @@ name = "deltachat"
crate-type = ["cdylib", "staticlib"] crate-type = ["cdylib", "staticlib"]
[dependencies] [dependencies]
deltachat = { path = "../" } deltachat = { path = "../", default-features = false }
libc = "0.2" libc = "0.2"
human-panic = "1.0.1" human-panic = "1.0.1"