canvas has now its own config for keybindings, lets use that from the client

This commit is contained in:
Priec
2025-07-29 17:16:03 +02:00
parent d837acde63
commit 306cb956a0
8 changed files with 430 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ ratatui = { workspace = true }
crossterm = { workspace = true }
anyhow = { workspace = true }
tokio = { workspace = true }
toml = { workspace = true }
serde = { workspace = true }
[dev-dependencies]
tokio-test = "0.4.4"