mirror of
https://github.com/Xevion/smart-rgb.git
synced 2025-12-06 01:16:24 -06:00
18 lines
533 B
TOML
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"
|