From 03634e014918309d147a26759bb8c49182858b44 Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Wed, 16 Mar 2016 00:23:17 +0000 Subject: [PATCH] Add optional clippy dependency. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c0e3220b..5327d5a0 100644 --- a/Cargo.toml +++ b/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]