diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-11 18:02:55 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-11 18:02:55 +0200 |
| commit | 0b6ca5cb8ca4c46265e08e13053260d9b5cff568 (patch) | |
| tree | 9dc656095f806e6dd1177e40b9a87cf6d6f10f1b /crates/turtle/src/atuin_client/mod.rs | |
| parent | chore(server): Remove the last remnants of the "hub" sync-server thingy (diff) | |
| download | atuin-0b6ca5cb8ca4c46265e08e13053260d9b5cff568.zip | |
feat(server): Make user stuff stateless
Diffstat (limited to 'crates/turtle/src/atuin_client/mod.rs')
| -rw-r--r-- | crates/turtle/src/atuin_client/mod.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/crates/turtle/src/atuin_client/mod.rs b/crates/turtle/src/atuin_client/mod.rs index ff376c0c..a4323f56 100644 --- a/crates/turtle/src/atuin_client/mod.rs +++ b/crates/turtle/src/atuin_client/mod.rs @@ -1,18 +1,11 @@ #[cfg(feature = "sync")] pub(crate) mod api_client; -#[cfg(feature = "sync")] -pub(crate) mod auth; -#[cfg(feature = "sync")] -pub(crate) mod login; -#[cfg(feature = "sync")] -pub(crate) mod register; pub(crate) mod database; pub(crate) mod distro; pub(crate) mod encryption; pub(crate) mod history; pub(crate) mod import; -pub(crate) mod logout; pub(crate) mod meta; pub(crate) mod ordering; pub(crate) mod plugin; |
