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

[dependencies]
openpgp = { path = "../openpgp" }
sequoia-core = { path = "../core" }
sequoia-net = { path = "../net" }
sequoia-store = { path = "../store" }
clap = "2.27.1"
failure = "0.1.1"
prettytable-rs = "0.6.7"
rpassword = "2.0.0"
time = "0.1.38"

[build-dependencies]
clap = "2.27.1"

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