mirror of
https://github.com/bspeice/aeron-rs
synced 2025-06-30 21:36:35 -04:00
Initial Cargo project and Aeron source
This commit is contained in:
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "aeron-driver-sys"
|
||||
version = "0.1.0"
|
||||
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
||||
edition = "2018"
|
||||
links = "aeron-driver"
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
Reference in New Issue
Block a user