summaryrefslogtreecommitdiffstats
path: root/ffi/Cargo.toml
blob: 98f2fcc72ff419d196f20ddafb836e99aadb7246 (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"
lazy_static = "1.0.0"
libc = "0.2.33"
native-tls = "0.1.4"

[lib]
crate-type = ["cdylib", "staticlib"]