summaryrefslogtreecommitdiffstats
path: root/sq/src/commands/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/commands/mod.rs')
-rw-r--r--sq/src/commands/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/sq/src/commands/mod.rs b/sq/src/commands/mod.rs
index ca0e03e7..6eb0fb74 100644
--- a/sq/src/commands/mod.rs
+++ b/sq/src/commands/mod.rs
@@ -35,6 +35,8 @@ use crate::{
create_or_stdout_pgp,
};
+#[cfg(feature = "autocrypt")]
+pub mod autocrypt;
pub mod decrypt;
pub use self::decrypt::decrypt;
mod sign;