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:
+2
-2
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user