use KDL instead of TOML

This commit is contained in:
2024-12-18 04:35:15 +00:00
parent 986b1039ed
commit ce5bb9f4af
4 changed files with 146 additions and 119 deletions

View File

@@ -8,11 +8,11 @@ authors = ["Stephen Byrne"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# for config yaml
serde = { version = "1.0", features = ["derive"] }
toml = "0.8.19"
# for json output from swaymsg
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.133"
# for config file
kdl = "4.7.1"
xdg = "2.5.2"