diff options
Diffstat (limited to '2026/Cargo.toml')
| -rw-r--r-- | 2026/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/2026/Cargo.toml b/2026/Cargo.toml index 6b596e2..420c4f2 100644 --- a/2026/Cargo.toml +++ b/2026/Cargo.toml @@ -15,6 +15,9 @@ codegen-units = 1 [profile.dev.package."*"] opt-level = 2 +[workspace] +exclude = ["framing"] + [workspace.lints.clippy] all = "deny" pedantic = "deny" |
