pkgs/
meta.rs

1pub const TOML_CONFIG_FILE: &str = "pkgs.toml";
2pub const YAML_CONFIG_FILE: &str = "pkgs.yaml";
3pub const YML_CONFIG_FILE: &str = "pkgs.yml";
4
5pub const PKGS_DIR: &str = ".pkgs";
6pub const TRACE_FILE: &str = "trace.toml";