Model and (de-)serialize key bindings
This commit is contained in:
parent
abedc5f194
commit
3fbb9127a6
7 changed files with 259 additions and 3 deletions
|
|
@ -4,3 +4,7 @@ version = { workspace = true }
|
|||
edition = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
crossterm = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_either = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue