mirror of
https://github.com/bspeice/aeron-rs
synced 2026-06-13 16:21:39 -04:00
Initial Cargo project and Aeron source
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
/target
|
||||||
|
**/*.rs.bk
|
||||||
|
Cargo.lock
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "aeron"]
|
||||||
|
path = aeron
|
||||||
|
url = https://github.com/real-logic/aeron
|
||||||
@@ -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]
|
||||||
Submodule
+1
Submodule aeron added at f3417fd5fb
@@ -0,0 +1,7 @@
|
|||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
#[test]
|
||||||
|
fn it_works() {
|
||||||
|
assert_eq!(2 + 2, 4);
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user