mirror of
https://github.com/bspeice/aeron-rs
synced 2025-09-17 20:10:45 -04:00
Start on an aeron-rs crate
This commit is contained in:
16
aeron_driver-sys/Cargo.toml
Normal file
16
aeron_driver-sys/Cargo.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[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"
|
||||
|
||||
[features]
|
||||
static = []
|
||||
Reference in New Issue
Block a user