aeron-rs/Cargo.toml

13 lines
388 B
TOML
Raw Normal View History

2019-09-19 18:45:21 -04:00
[package]
2019-09-19 22:24:35 -04:00
name = "aeron-rs"
version = "0.1.0"
2019-09-19 18:45:21 -04:00
authors = ["Bradlee Speice <bradlee@speice.io>"]
edition = "2018"
2019-09-21 23:15:48 -04:00
repository = "https://github.com/bspeice/aeron-rs"
readme = "README.md"
license = "Apache-2.0"
travis-ci = { repository = "bspeice/aeron-rs", branch = "master" }
maintenance = { status = "actively-developed" }
2019-09-19 22:24:35 -04:00
[dependencies]
aeron_driver-sys = { path = "./aeron_driver-sys" }