From ab55cc5ff10b944834d1413d7ff46b9cd75d8ba6 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Mon, 16 Mar 2026 15:10:32 -0700 Subject: feat: Allow headless account ops against Hub server (#3280) --- crates/atuin-client/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/atuin-client/src/lib.rs') diff --git a/crates/atuin-client/src/lib.rs b/crates/atuin-client/src/lib.rs index 352e5746..4609a8e8 100644 --- a/crates/atuin-client/src/lib.rs +++ b/crates/atuin-client/src/lib.rs @@ -5,6 +5,8 @@ extern crate log; #[cfg(feature = "sync")] pub mod api_client; +#[cfg(feature = "sync")] +pub mod auth; #[cfg(feature = "hub")] pub mod hub; #[cfg(feature = "sync")] -- cgit v1.3.1