pkgs/
meta.rs

1pub const TOML_CONFIG_FILE: &str = "pkgs.toml";
2pub const PKGS_DIR: &str = ".pkgs";
3pub const TRACE_FILE: &str = "trace.toml";