Преглед изворни кода

Add optional clippy dependency.

Paul Lietar пре 9 година
родитељ
комит
03634e0149
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      Cargo.toml

+ 2 - 0
Cargo.toml

@@ -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]