소스 검색

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]