summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-05-18 03:51:05 -0400
committerLLLL Colonq <llll@colonq>2026-05-18 03:52:55 -0400
commit95a9d989b37452cfde08879daf5c18c4ad9da03f (patch)
tree0cfa672303c71c8f704da5f04c5b72997465baa1 /Cargo.toml
parent837e4af12e683a3d006179823e352b7a5b276e5a (diff)
Satisfy clippy, fix rerun-if-changed
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5276f7a..fbbd7d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,4 +11,9 @@ authors = ["LLLL Colonq <llll@colonq.computer>"]
name = "teleia"
[profile.dev.package."*"]
-opt-level = 2 \ No newline at end of file
+opt-level = 2
+
+[workspace.lints.clippy]
+all = "deny"
+pedantic = "deny"
+nursery = "deny" \ No newline at end of file