Skip to content

Commit 16696a6

Browse files
committed
add lints to all packages
1 parent 3bb6618 commit 16696a6

File tree

8 files changed

+24
-0
lines changed

8 files changed

+24
-0
lines changed

audio/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ log = "0.4"
3131
tempfile = "3"
3232
thiserror = "2"
3333
tokio = { version = "1", features = ["macros", "sync"] }
34+
35+
[lints]
36+
workspace = true

connect/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ thiserror = "2"
3131
tokio = { version = "1", features = ["macros", "sync"] }
3232
tokio-stream = { version = "0.1", default-features = false }
3333
uuid = { version = "1.18", default-features = false, features = ["v4"] }
34+
35+
[lints]
36+
workspace = true

core/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,6 @@ vergen-gitcl = { version = "1.0", default-features = false, features = [
118118

119119
[dev-dependencies]
120120
tokio = { version = "1", features = ["macros"] }
121+
122+
[lints]
123+
workspace = true

discovery/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ zbus = { version = "5", default-features = false, features = [
6060
futures = "0.3"
6161
hex = "0.4"
6262
tokio = { version = "1", features = ["macros", "rt"] }
63+
64+
[lints]
65+
workspace = true

metadata/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ serde = { version = "1.0", features = ["derive"] }
2929
serde_json = "1.0"
3030
thiserror = "2"
3131
uuid = { version = "1", default-features = false }
32+
33+
[lints]
34+
workspace = true

oauth/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ env_logger = { version = "0.11", default-features = false, features = [
4848
"auto-color",
4949
] }
5050
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
51+
52+
[lints]
53+
workspace = true

playback/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,6 @@ rand_distr = "0.5"
9797

9898
# Local file handling
9999
form_urlencoded = "1.2.2"
100+
101+
[lints]
102+
workspace = true

protocol/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ protobuf = "3"
1414

1515
[build-dependencies]
1616
protobuf-codegen = "3"
17+
18+
[lints]
19+
workspace = true

0 commit comments

Comments
 (0)