aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol')
-rw-r--r--azalea-protocol/Cargo.toml3
-rw-r--r--azalea-protocol/azalea-protocol-macros/Cargo.toml3
2 files changed, 6 insertions, 0 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index e2819d11..df3aa615 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -47,3 +47,6 @@ indexmap.workspace = true
connecting = []
default = ["packets"]
packets = ["connecting", "dep:azalea-core"]
+
+[lints]
+workspace = true
diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml
index 100c4817..88fdacf8 100644
--- a/azalea-protocol/azalea-protocol-macros/Cargo.toml
+++ b/azalea-protocol/azalea-protocol-macros/Cargo.toml
@@ -13,3 +13,6 @@ proc-macro = true
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true
+
+[lints]
+workspace = true