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

[dependencies]
openpgp = { path = "../openpgp" }
sequoia-core = { path = "../core" }
sequoia-net = { path = "../net" }
sequoia-store = { path = "../store" }
clap = "2.27.1"

[[bin]]
name = "sq"
path = "src/usage.rs"