// project counts
pub const PROJECT_LIBS_LABEL: &str = "lib";
pub const PROJECT_PROC_MACROS_LABEL: &str = "proc-macro";
pub const PROJECT_WORKSPACES_LABEL: &str = "ws";
// tests
pub const TESTS_DOC_LABEL: &str = "doc";
pub const TESTS_INTEGRATION_LABEL: &str = "integration";
pub const TESTS_UNIT_LABEL: &str = "unit";