add vidboard model loader tui

This commit is contained in:
2026-06-01 14:27:53 +01:00
parent 1e8ce0764e
commit 35606716ec
4 changed files with 2090 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "vidboard-setup"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
crossterm = "0.28"
ratatui = "0.29"