Explorar o código

Add optional clippy dependency.

Paul Lietar %!s(int64=9) %!d(string=hai) anos
pai
achega
03634e0149
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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]