Model and (de-)serialize key bindings

This commit is contained in:
Joscha 2023-04-26 15:00:41 +02:00
parent abedc5f194
commit 3fbb9127a6
7 changed files with 259 additions and 3 deletions

View file

@ -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"