Forms-Zustand und Darstellung korrigieren und Change archivieren

This commit is contained in:
2026-09-05 20:48:13 +02:00
parent 644a86212f
commit 58b1f620ea
22 changed files with 1362 additions and 101 deletions

View File

@@ -18,6 +18,11 @@ crossterm = { workspace = true, optional = true }
signal-hook = { workspace = true, optional = true }
thiserror.workspace = true
log.workspace = true
unicode-width.workspace = true
[dev-dependencies]
anyhow.workspace = true
[[example]]
name = "spike"
required-features = ["terminal"]