summaryrefslogtreecommitdiffstats
path: root/tool/Cargo.toml
blob: 1266a6c0f1ee5a65a7ac3cf44ec29cf7b7f59792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[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.7.0"
rpassword = "2.0.0"
time = "0.1.38"

[build-dependencies]
clap = "2.27.1"

[dev-dependencies]
assert_cli = "0.6"

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

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