mirror of
https://github.com/bspeice/aeron-rs
synced 2025-06-30 21:36:35 -04:00
Reversion and cleanup
Moving the `aeronmd` example to the sys crate caused issues for static linking because of the `tempfile` crate. Revert "Install luuid for Linux" Revert "Fix some Cargo.toml issues" Revert "More minor cleanup"
This commit is contained in:
@ -16,4 +16,6 @@ aeron_driver-sys = { path = "./aeron_driver-sys" }
|
||||
memmap = "0.7"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.1"
|
||||
clap = "2.33"
|
||||
ctrlc = "3.1.3"
|
||||
tempfile = "3.1"
|
||||
|
Reference in New Issue
Block a user