aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/command/client (follow)
Commit message (Collapse)AuthorAge
* chore(server): Remove the last remnants of the "hub" sync-server thingyBenedikt Peetz3 days
|
* chore(server): Simplify the database supportBenedikt Peetz3 days
|
* chore: Remove all `pub`sBenedikt Peetz3 days
| | | | | 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: Move everything into one big crateBenedikt Peetz3 days
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.