1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-09-19 10:11:34 -04:00
aeron-rs/aeron_driver-sys/Cargo.toml
Bradlee Speice 7e8f49c347 Move aeronmd back out of -sys.
Clap/Ctrlc are still causing issues during static link.
2019-10-06 23:18:57 -04:00

18 lines
278 B
TOML

[package]
name = "aeron_driver-sys"
version = "0.1.0+1.21.2"
authors = ["Bradlee Speice <bradlee@speice.io>"]
edition = "2018"
links = "aeron_driver"
build = "build.rs"
[dependencies]
[build-dependencies]
bindgen = "0.51"
cmake = "0.1"
dunce = "1.0.0"
[features]
static = []