diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-08-07 12:06:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-07 12:06:48 +0100 |
| commit | 613218f0d80e7dd9bd688d6a30d06d33fd83d0c4 (patch) | |
| tree | 17476bccdd0b6b81467cb0299eebea8fb853a372 /atuin-client/src/lib.rs | |
| parent | Prepare release v16.0.0 (#1143) (diff) | |
| download | atuin-613218f0d80e7dd9bd688d6a30d06d33fd83d0c4.zip | |
Fix client-only builds (#1155)
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; |
