1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-09-15 19:10:38 -04:00

Start work on the client context

This commit is contained in:
2019-09-22 17:56:52 -04:00
parent 646d58fd1b
commit 1fdf79af8b
5 changed files with 56 additions and 3 deletions

View File

@ -6,8 +6,10 @@ 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" }
aeron_driver-sys = { path = "./aeron_driver-sys" }