Files
smart-rgb/.cargo/mutants.toml
2025-10-25 15:20:26 -05:00

18 lines
533 B
TOML

# Copy VCS directories (.git, etc.) to build directories
copy_vcs = true
# Examine only files matching these glob patterns
# examine_globs = ["src/**/*.rs", "examples/**/*.rs"]
# Exclude files matching these glob patterns
# exclude_globs = ["src/test_*.rs", "src/**/test.rs", "tests/**/*.rs"]
# Use built-in defaults for skip_calls (includes "with_capacity")
skip_calls_defaults = true
# Run tests from these specific packages for all mutants
test_package = ["borders-core"]
# Cargo profile to use for builds
profile = "mutant"