Commit graph

4 commits

Author SHA1 Message Date
mow
1a0b8c49aa refactor: merge workspace (core/ + ui/) into a single flat binary crate
integrate CLI into main.rs, no lib.rs by design (YAGNI)
2026-03-10 19:20:57 +01:00
wfx
82f2f9d80e chore: restore Cargo.toml 2026-03-07 22:57:29 +01:00
wfx
5eb444091f Cargo.toml gelöscht 2026-03-07 22:57:29 +01:00
mow
c85f35310e chore: inital commit
Split project into a Cargo workspace with two crates:

- core/ (noctua_core): UI-independent document library
- ui/ (noctua_ui): COSMIC application scaffold (empty)

justfile for workspace (run, run-cli, check, test, build)
2026-03-07 20:29:18 +01:00