From a755382f24c7a3a6c792682acc56a0312a86c8fb Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 6 Oct 2019 21:38:38 -0400 Subject: [PATCH] Add dev-dependencies for `sys` crate --- aeron_driver-sys/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aeron_driver-sys/Cargo.toml b/aeron_driver-sys/Cargo.toml index 8aac0d8..44bf8ba 100644 --- a/aeron_driver-sys/Cargo.toml +++ b/aeron_driver-sys/Cargo.toml @@ -13,5 +13,9 @@ bindgen = "0.51" cmake = "0.1" dunce = "1.0.0" +[dev-dependencies] +clap = "2.33" +ctrlc = "3.1" + [features] static = []