Config Schema
The config file has the following fields:
[packages]: { [string]: { version: string }}- List of base
Example Configurations
- Arch:
[]
= { = "124.0.2-1" }
= { = "9.1.0252-1" }
= { = "0.9.5-5" }
= { = "1.8.8-3", = "X11" }
= { = "23.2.5-1", = "Wayland" }
= { = "0.9.8-1", = "AUR" }
Implementing Darling
- Add
darling-managerto your dependencies - Create an empty struct that implements
darling::Declarative - In your main file, declare a
pub staticvariable of your struct with the namepackage.