Преглед на файлове

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]