crosup_types/
lib.rs

1pub mod apk;
2pub mod apt;
3pub mod brew;
4pub mod configuration;
5pub mod curl;
6pub mod dnf;
7pub mod emerge;
8pub mod fleek;
9pub mod git;
10pub mod home_manager;
11pub mod install;
12pub mod inventory;
13pub mod nix;
14pub mod pacman;
15pub mod slackpkg;
16pub mod yum;
17pub mod zypper;
18
19pub const CROSFILE_TOML: &str = "Crosfile.toml";
20pub const CROSFILE_HCL: &str = "Crosfile.hcl";
21pub const INVENTORY_TOML: &str = "Inventory.toml";
22pub const INVENTORY_HCL: &str = "Inventory.hcl";