From 613218f0d80e7dd9bd688d6a30d06d33fd83d0c4 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 7 Aug 2023 12:06:48 +0100 Subject: Fix client-only builds (#1155) --- atuin-client/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'atuin-client/src/lib.rs') diff --git a/atuin-client/src/lib.rs b/atuin-client/src/lib.rs index 3f12153a..7ecfa894 100644 --- a/atuin-client/src/lib.rs +++ b/atuin-client/src/lib.rs @@ -6,11 +6,10 @@ extern crate log; #[cfg(feature = "sync")] pub mod api_client; #[cfg(feature = "sync")] -pub mod encryption; -#[cfg(feature = "sync")] pub mod sync; pub mod database; +pub mod encryption; pub mod history; pub mod import; pub mod kv; -- cgit v1.3.1