Model and (de-)serialize key bindings
This commit is contained in:
parent
abedc5f194
commit
3fbb9127a6
7 changed files with 259 additions and 3 deletions
|
|
@ -6,5 +6,6 @@ edition = { workspace = true }
|
|||
[dependencies]
|
||||
cove-macro = { path = "../cove-macro" }
|
||||
|
||||
serde = { version = "1.0.159", features = ["derive"] }
|
||||
serde = { workspace = true }
|
||||
|
||||
toml = "0.7.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue