feat(teipe): initial commit
This commit is contained in:
16
libeirs/Cargo.toml
Normal file
16
libeirs/Cargo.toml
Normal 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
|
||||
Reference in New Issue
Block a user