Add exec policy TOML representation (#10026)

We'd like to represent these in `requirements.toml`. This just adds the
representation and the tests, doesn't wire it up anywhere yet.
This commit is contained in:
gt-oai
2026-01-28 12:00:10 +00:00
committed by GitHub
parent 996e09ca24
commit 71b8d937ed
5 changed files with 354 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ mod layer_io;
mod macos;
mod merge;
mod overrides;
#[cfg(test)]
mod requirements_exec_policy;
mod state;
#[cfg(test)]