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)
+4 -4
View File
@@ -1,11 +1,11 @@
.TH "PACDEF.YAML" "5" "2024\-04\-13" "pacdef v1\&.6\&.0" "Pacdef Manual"
.TH "PACDEF.TOML" "5" "2024\-04\-13" "pacdef v1\&.6\&.0" "Pacdef Manual"
.SH NAME
pacdef.yaml \(em pacdef configuration file
pacdef.toml \(em pacdef configuration file
.SH SYNOPSIS
$XDG_CONFIG_HOME/pacdef/pacdef.yaml
$XDG_CONFIG_HOME/pacdef/pacdef.toml
.br
$HOME/.config/pacdef/pacdef.yaml
$HOME/.config/pacdef/pacdef.toml
.
.SH DESCRIPTION
This is the config file for