1
0
mirror of https://github.com/bspeice/aeron-rs synced 2026-06-24 21:23:20 -04:00
Files
aeron-rs/Cargo.toml
T
2019-09-19 22:24:35 -04:00

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" }