Fix cargo clippy --examples

This commit is contained in:
Joscha 2025-03-20 08:31:32 +01:00
parent 9d2d6482c2
commit 63e9d9aacf

View file

@ -20,9 +20,14 @@ tokio-tungstenite = { workspace = true }
[dev-dependencies]
anyhow = { workspace = true }
clap = { workspace = true, features = ["derive"] }
rustls = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tokio-tungstenite = { workspace = true, features = ["rustls-tls-native-roots"] }
[[example]]
name = "examplebot"
required-features = ["clap"]
[lints]
workspace = true