Files
codeql/rust/ql/integration-tests/workspace-with-glob/Cargo.toml
2025-02-17 15:09:35 +01:00

5 lines
67 B
TOML

[workspace]
members = [ "*" ]
exclude = [ "other" ]
resolver = "2"