Rust workspace with nomina-core (rename engine) and nomina-app (Tauri v2 shell). React/TypeScript frontend with tabbed rule panels, virtual-scrolled file list, and Zustand state management. All 9 rule types implemented with 25 passing tests.
4 lines
81 B
TOML
4 lines
81 B
TOML
[workspace]
|
|
members = ["crates/nomina-core", "crates/nomina-app"]
|
|
resolver = "2"
|