init: Rust/Ratatui TUI project scaffold with nix flake

This commit is contained in:
Alexander
2026-05-08 12:31:19 +02:00
commit e68342c93a
7 changed files with 962 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
build:
cargo build
release:
cargo build --release
run *FLAGS:
cargo run -- {{FLAGS}}
check:
cargo check
clippy:
cargo clippy -- -D warnings
fmt:
cargo fmt
test:
cargo test