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:
@ -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" }
|
||||
|
Reference in New Issue
Block a user