aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src (unfollow)
Commit message (Collapse)Author
13 dayschore(server): Remove the last remnants of the "hub" sync-server thingyBenedikt Peetz
13 dayschore(server): Simplify the database supportBenedikt Peetz
13 dayschore: Remove all `pub`sBenedikt Peetz
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)`
13 dayschore: Restore db migrationsBenedikt Peetz
13 dayschore: Move everything into one big crateBenedikt Peetz
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.