refact(config)!: use toml instead of yaml
serde_yaml is deprecated and archived. We should not depend on that. Therefore switching to toml. Fixes #76.
This commit is contained in:
@@ -23,7 +23,7 @@ enum_dispatch = "0.3"
|
||||
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
serde_yaml = "0.9"
|
||||
toml = "0.4"
|
||||
|
||||
# backends
|
||||
alpm = { version = "3.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user