1
0
mirror of https://github.com/bspeice/aeron-rs synced 2026-06-15 09:11:37 -04:00
Files
aeron-rs/Cargo.toml
T
2019-09-21 23:15:48 -04:00

13 lines
388 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"
travis-ci = { repository = "bspeice/aeron-rs", branch = "master" }
maintenance = { status = "actively-developed" }
[dependencies]
aeron_driver-sys = { path = "./aeron_driver-sys" }