summaryrefslogtreecommitdiffstats
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r--tool/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index c866636c..fb9a36de 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -23,6 +23,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
sequoia-openpgp = { path = "../openpgp", version = "0.13" }
+sequoia-autocrypt = { path = "../autocrypt", version = "0.13" }
sequoia-core = { path = "../core", version = "0.13" }
sequoia-net = { path = "../net", version = "0.13" }
sequoia-store = { path = "../store", version = "0.13" }