mirror of
https://github.com/oSumAtrIX/free-librespot.git
synced 2025-12-20 02:14:22 +00:00
Add optional clippy dependency.
This commit is contained in:
parent
2c88787658
commit
03634e0149
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ protobuf_macros = { git = "https://github.com/plietar/rust-protobuf-macros" }
|
|||
shannon = { git = "https://github.com/plietar/rust-shannon" }
|
||||
tremor = { git = "https://github.com/plietar/rust-tremor", optional = true }
|
||||
|
||||
clippy = { version = "*", optional = true }
|
||||
|
||||
openssl = { version = "0.7", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue