summaryrefslogtreecommitdiffstats
path: root/ffi/Cargo.toml
blob: 1a72f90b6a734b6de433ec341886e326ab0d8d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sequoia-ffi"
version = "0.1.0"
authors = ["Justus Winter <justus@pep-project.org>"]

[dependencies]
openpgp = { path = "../openpgp" }
sequoia-core = { path = "../core" }
sequoia-store = { path = "../store" }
sequoia-net = { path = "../net" }
failure = "0.1.1"
native-tls = "0.1.4"
libc = "0.2.33"


[lib]
crate-type = ["dylib"]