diff options
Diffstat (limited to 'atuin-client/src/lib.rs')
| -rw-r--r-- | atuin-client/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
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; |
