aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-buf')
-rw-r--r--azalea-buf/Cargo.toml3
-rw-r--r--azalea-buf/azalea-buf-macros/Cargo.toml3
2 files changed, 6 insertions, 0 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index 2e0a7a59..9706c1c5 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -18,3 +18,6 @@ uuid.workspace = true
[features]
serde_json = ["dep:serde_json"]
+
+[lints]
+workspace = true
diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml
index 2ed935c4..f4b15e9d 100644
--- a/azalea-buf/azalea-buf-macros/Cargo.toml
+++ b/azalea-buf/azalea-buf-macros/Cargo.toml
@@ -13,3 +13,6 @@ proc-macro = true
proc-macro2.workspace = true
quote.workspace = true
syn = { workspace = true, features = ["extra-traits"] }
+
+[lints]
+workspace = true