aeron-rs/Cargo.toml

10 lines
276 B
TOML

[package]
name = "aeron-rs"
version = "0.1.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
aeron_driver-sys = { path = "./aeron_driver-sys" }