summaryrefslogtreecommitdiffstats
path: root/atuin-client
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-01-30 13:41:01 +0000
committerGitHub <noreply@github.com>2024-01-30 13:41:01 +0000
commit9597080825565b2ba8ea202b7027e91b02aaac7f (patch)
treefbd896580e6bd927416799874a4a51b54f7771ee /atuin-client
parent366b8ea97bbe36ad5e3dd8d45f1e787ee2a7f223 (diff)
feat: add store push (#1649)
* feat: add store push * only push for the current host unless specified * tidy up * tidy up some more * sort features
Diffstat (limited to 'atuin-client')
-rw-r--r--atuin-client/src/record/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/atuin-client/src/record/mod.rs b/atuin-client/src/record/mod.rs
index 8bc816aea..c40fd3959 100644
--- a/atuin-client/src/record/mod.rs
+++ b/atuin-client/src/record/mod.rs
@@ -1,5 +1,6 @@
pub mod encryption;
pub mod sqlite_store;
pub mod store;
+
#[cfg(feature = "sync")]
pub mod sync;