mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +03:00
fixup
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user