1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-07-15 12:44:49 -04:00
Files
aeron-rs/aeron-rs/Cargo.toml
Bradlee Speice a11a1acda3 Pin ctrlc version
The 3.1.4 update bumped the version of `nix` being used and can't
compile on 1.34.0
2020-03-07 19:58:04 -05:00

22 lines
483 B
TOML

[package]
name = "aeron-rs"
version = "0.1.0"
authors = ["Bradlee Speice <bradlee@speice.io>"]
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" }
memmap = "0.7"
[dev-dependencies]
clap = "2.33"
ctrlc = "=3.1.3"
tempfile = "3.1"