mirror of
https://github.com/bspeice/aeron-rs
synced 2025-06-30 21:36:35 -04:00
Initial version allows for tests that actually run!
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@ -1,9 +1,16 @@
|
||||
[package]
|
||||
name = "aeron-driver-sys"
|
||||
version = "0.1.0"
|
||||
name = "libaeron_driver-sys"
|
||||
version = "0.1.0+1.21.2"
|
||||
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||||
edition = "2018"
|
||||
links = "aeron-driver"
|
||||
links = "aeron_driver"
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.51"
|
||||
cmake = "0.1"
|
||||
|
||||
[features]
|
||||
static = []
|
||||
|
Reference in New Issue
Block a user