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

Start reading the CnC file

This commit is contained in:
2019-10-02 22:54:44 -04:00
parent 4085574b91
commit 27a8ce0dd4
4 changed files with 100 additions and 2 deletions

View File

@ -13,6 +13,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
aeron_driver-sys = { path = "./aeron_driver-sys" }
memmap = "0.7"
[dev-dependencies]
clap = "2.33"