aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/atuin_server (follow)
Commit message (Collapse)AuthorAge
* chore(server): Simplify the database supportBenedikt Peetz2026-06-11
|
* chore: Remove all `pub`sBenedikt Peetz2026-06-11
| | | | | They will not be marked by rustc/cargo as unused, and as atuin doesn't expose an API all of them _should_ be `pub(crate)`
* chore: Restore db migrationsBenedikt Peetz2026-06-11
|
* chore: Move everything into one big crateBenedikt Peetz2026-06-11
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.