forked from NotAShelf/beer
config: warn on unknown keys instead of dropping them silently
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id06a7e2c96cfdcb69a21fa0416d988696a6a6964
This commit is contained in:
parent
5a9242b53f
commit
27a509362b
3 changed files with 57 additions and 11 deletions
|
|
@ -23,6 +23,7 @@ rustix = { version = "1.1.4", features = [
|
|||
"fs",
|
||||
] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_ignored = "0.1.12"
|
||||
smithay-client-toolkit = "0.20.0"
|
||||
thiserror = "2.0.18"
|
||||
toml = "0.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue