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

2
Cargo.lock generated
View File

@@ -478,8 +478,10 @@ dependencies = [
"common",
"crossterm",
"ratatui",
"serde",
"tokio",
"tokio-test",
"toml",
]
[[package]]