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:
steven-omaha
2024-04-23 12:22:23 +02:00
parent 7b4f63d0ee
commit e9c3cec6d8
8 changed files with 35 additions and 67 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ Each section contains one or more packages that can be installed respective pack
.SH CONFIGURATION
Configure pacdef in its config file. See
.BR pacdef.yaml(5).
.BR pacdef.toml(5).
.SS GROUP FILE SYNTAX
@@ -163,5 +163,5 @@ Mostly 'steven-omaha'.
Contributors under https://github.com/steven-omaha/pacdef/graphs/contributors.
.SH SEE ALSO
.BR pacdef.yaml(5)
.BR pacdef.toml(5)