completely redesigned core of the tui, not migrated everything yet, but very close

This commit is contained in:
Priec
2026-01-03 09:06:35 +01:00
parent accfb4f346
commit ec16930569
4 changed files with 25 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
{
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
mermaid-cli
# Rust toolchain
rustc
cargo