Add optional clippy dependency.

This commit is contained in:
Paul Lietar 2016-03-16 00:23:17 +00:00
parent 2c88787658
commit 03634e0149

View file

@ -44,6 +44,8 @@ protobuf_macros = { git = "https://github.com/plietar/rust-protobuf-macros" }
shannon = { git = "https://github.com/plietar/rust-shannon" } shannon = { git = "https://github.com/plietar/rust-shannon" }
tremor = { git = "https://github.com/plietar/rust-tremor", optional = true } tremor = { git = "https://github.com/plietar/rust-tremor", optional = true }
clippy = { version = "*", optional = true }
openssl = { version = "0.7", optional = true } openssl = { version = "0.7", optional = true }
[build-dependencies] [build-dependencies]