summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 1aacaccc3b4f946dae5f93ec9b40655c391523f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "sequoia"
version = "0.1.0"
authors = ["Neal H. Walfield <neal@gnu.org>"]

[workspace]

[dependencies]
buffered-reader = { path = "buffered-reader" }
openpgp = { path = "openpgp" }
sequoia-core = { path = "core" }
sequoia-ffi = { path = "ffi" }
sequoia-net = { path = "net" }
sequoia-store = { path = "store" }
sequoia-tool = { path = "tool" }

[lib]
name = "sequoia"
path = "src/lib.rs"