mirror of
https://github.com/chatmail/core.git
synced 2026-05-11 02:46:30 +03:00
use rpgp directly
This commit is contained in:
@@ -4,6 +4,7 @@ version = "0.1.0"
|
||||
authors = ["dignifiedquire <dignifiedquire@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0.35"
|
||||
pkg-config = "0.3"
|
||||
@@ -12,3 +13,9 @@ bindgen = "0.49.0"
|
||||
[dependencies]
|
||||
c2rust-bitfields = "0.1.0"
|
||||
libc = "0.2.51"
|
||||
pgp = "0.2.0"
|
||||
failure = "0.1.5"
|
||||
hex = "0.3.2"
|
||||
sha2 = "0.8.0"
|
||||
rand = "0.6.5"
|
||||
smallvec = "0.6.9"
|
||||
|
||||
Reference in New Issue
Block a user