Crates.io | darling_packages |
lib.rs | darling_packages |
version | 0.1.0 |
source | src |
created_at | 2024-04-08 16:13:03.42879 |
updated_at | 2024-04-08 16:13:03.42879 |
description | A declarative and extendable package manager. |
homepage | |
repository | |
max_upload_size | |
id | 1200545 |
size | 25,865 |
The config file has the following fields:
[packages]: { [string]: { version: string }}
- List of base[packages]
firefox = { version = "124.0.2-1" }
vim = { version = "9.1.0252-1" }
neovim = { version = "0.9.5-5" }
libx11 = { version = "1.8.8-3", window_system = "X11" }
xorg-xwayland = { version = "23.2.5-1", window_system = "Wayland" }
joshuto = { version = "0.9.8-1", source = "AUR" }
darling-manager
to your dependenciesdarling::Declarative
pub static
variable of your struct with the name package
.