mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
fixup
This commit is contained in:
@@ -11,7 +11,7 @@ pkg-config = "0.3"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.51"
|
||||
pgp = "0.2"
|
||||
pgp = { version = "0.2", default-features = true }
|
||||
hex = "0.3.2"
|
||||
sha2 = "0.8.0"
|
||||
rand = "0.6.5"
|
||||
|
||||
@@ -15,7 +15,7 @@ name = "deltachat"
|
||||
crate-type = ["cdylib", "staticlib"]
|
||||
|
||||
[dependencies]
|
||||
deltachat = { path = "../" }
|
||||
deltachat = { path = "../", default-features = false }
|
||||
libc = "0.2"
|
||||
human-panic = "1.0.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user