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
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "ui-agregator"
version = "0.1.0"
edition = "2024"
[dependencies]
ratatui = "0.29"
crossterm = "0.28"
color-eyre = "0.6"