1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-06-30 21:36:35 -04:00

Project documentation files

This commit is contained in:
2019-09-21 23:15:48 -04:00
parent 08485cb0d1
commit 4310eb7e73
3 changed files with 23 additions and 2 deletions

View File

@ -3,8 +3,11 @@ 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
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" }