1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-12-21 21:38:09 -05:00

Add dev-dependencies for sys crate

This commit is contained in:
Bradlee Speice 2019-10-06 21:38:38 -04:00
parent f4c2fcf0c5
commit a755382f24

View File

@ -13,5 +13,9 @@ bindgen = "0.51"
cmake = "0.1"
dunce = "1.0.0"
[dev-dependencies]
clap = "2.33"
ctrlc = "3.1"
[features]
static = []