summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-10-18 16:40:56 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-12-07 11:44:25 +0100
commit22fe5f5fa08b7d98a05a9394320d7984083cd62f (patch)
tree766c91458bee19a064f7b0b0740a99eae97a5b20 /Cargo.toml
parent614b24bf61e91525d7e22203405f097e065cbb3e (diff)
guide: New crate.
- Our previous guide published on our web site quickly bitrotted away. This guide, however, is tested as part of Sequoia's test suite, making sure that it stays in sync.
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 a06bc209..7a3ea85b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,6 +30,7 @@ sequoia-net = { path = "net", version = "0.2.0" }
sequoia-store = { path = "store", version = "0.2.0" }
sequoia-tool = { path = "tool", version = "0.2.0" }
sequoia-sqv = { path = "sqv", version = "0.2.0" }
+sequoia-guide = { path = "guide", version = "0.2.0" }
[lib]
name = "sequoia"