mirror of
https://github.com/bspeice/aeron-rs
synced 2024-11-09 17:48:09 -05:00
Bradlee Speice
5527495b09
Moving the `aeronmd` example to the sys crate caused issues for static linking because of the `tempfile` crate. Revert "Install luuid for Linux" Revert "Fix some Cargo.toml issues" Revert "More minor cleanup"
18 lines
278 B
TOML
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 = []
|