1
0
mirror of https://github.com/bspeice/aeron-rs synced 2024-09-16 08:41:28 -04:00
aeron-rs/Cargo.toml
Bradlee Speice 8eaf6b81c6 Add the aeronmd example
I think I might be doing this the wrong way; if I want to embed the media driver, I'll need these bindings, but otherwise the clients just communicate through shared memory.
2019-09-22 18:58:34 -04:00

20 lines
449 B
TOML

[package]
name = "aeron-rs"
version = "0.1.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
edition = "2018"
repository = "https://github.com/bspeice/aeron-rs"
readme = "README.md"
license = "Apache-2.0"
[badges]
travis-ci = { repository = "bspeice/aeron-rs", branch = "master" }
maintenance = { status = "actively-developed" }
[dependencies]
aeron_driver-sys = { path = "./aeron_driver-sys" }
[dev-dependencies]
clap = "2.33"
ctrlc = "3.1.3"