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