Fix cargo clippy --examples
This commit is contained in:
parent
9d2d6482c2
commit
63e9d9aacf
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue