summaryrefslogtreecommitdiffstats
path: root/tool/src/sq.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tool/src/sq.rs')
-rw-r--r--tool/src/sq.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tool/src/sq.rs b/tool/src/sq.rs
index 4a53c3aa..2161592f 100644
--- a/tool/src/sq.rs
+++ b/tool/src/sq.rs
@@ -25,7 +25,8 @@ extern crate sequoia_core;
extern crate sequoia_net;
extern crate sequoia_store as store;
-use crate::openpgp::{armor, autocrypt, Fingerprint, Cert};
+use crate::openpgp::{armor, Fingerprint, Cert};
+use sequoia_autocrypt as autocrypt;
use crate::openpgp::fmt::hex;
use crate::openpgp::types::KeyFlags;
use crate::openpgp::parse::Parse;