aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/atuin_client/mod.rs
blob: 530b7d81fe4e37fb19b3490eacd890184607a0a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[cfg(feature = "sync")]
pub(crate) mod api_client;

pub(crate) mod database;
pub(crate) mod encryption;
pub(crate) mod history;
pub(crate) mod meta;
pub(crate) mod ordering;
pub(crate) mod record;
pub(crate) mod secrets;
pub(crate) mod settings;
pub(crate) mod theme;

mod utils;