summaryrefslogtreecommitdiff
path: root/2026/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-06-16 01:03:50 -0400
committerLLLL Colonq <llll@colonq>2026-06-16 01:03:50 -0400
commit11f43a75bcf70b13b68ca1b722e75715652d6977 (patch)
treeacfbe08e7cf12a10926a6525ba0064ce16d0dc80 /2026/Cargo.toml
parentaa8fef36c34bc3a57870e829fb0a794e6f514d73 (diff)
Fix workspace
Diffstat (limited to '2026/Cargo.toml')
-rw-r--r--2026/Cargo.toml3
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"