feat(teipe): initial commit

This commit is contained in:
2024-08-18 17:43:59 +02:00
commit 7f2dac5a61
30 changed files with 3390 additions and 0 deletions

16
libeirs/Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "libeirs"
version = "0.1.0"
edition = "2021"
[build-dependencies]
bindgen.workspace = true
anyhow.workspace = true
[dependencies]
tokio = { workspace = true, features = ["rt", "net"] }
tokio-stream = { workspace = true }
log = { workspace = true, features = ["kv"] }
memmap2 = "0.9.4"
nix = { version = "0.29", features = ["poll"] }
anyhow.workspace = true