diff --git a/Cargo.toml b/Cargo.toml index c0e3220..5327d5a 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]