summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@pep-project.org>2017-12-21 16:31:44 +0100
committerJustus Winter <justus@pep-project.org>2017-12-21 18:02:35 +0100
commitb6fae6ab962f0061f18158d04c4ef6a7d06498cf (patch)
tree3702a1234e4e25e06f682681c7ea799ef49131eb /Cargo.toml
parentf2e693585e65d8c4873f5bbef8fd32c93e7a2d9e (diff)
tool: New crate.
- A command line tool to interact with Sequoia. Useful for debugging and development.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 87304717..3b8d597a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ sequoia-core = { path = "core" }
sequoia-ffi = { path = "ffi" }
sequoia-net = { path = "net" }
sequoia-store = { path = "store" }
+sequoia-tool = { path = "tool" }
[lib]
name = "sequoia"