.cargo/config.toml:wq

This commit is contained in:
Robin Appelman 2025-03-23 19:53:36 +01:00
commit 3288958cee

View file

@ -74,7 +74,7 @@ in
(file:
file.hasExt "rs"
|| match "snapshot__.*\.snap" file.name != null
|| elem file.name (["Cargo.toml" "Cargo.lock"] ++ config.extraFiles)
|| elem file.name (["Cargo.toml" "Cargo.lock" "config.toml"] ++ config.extraFiles)
|| any (re: match re file.name != null) config.extraFilesRegex)
src;
};