Files
xc/ipc/Cargo.toml
Yan Ka, Chiu 6075716009 initial commit
2023-07-01 07:10:15 +08:00

18 lines
437 B
TOML

[package]
name = "ipc"
version = "0.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-trait = "*"
anyhow = "*"
freebsd = { path = "../freebsd" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
tracing = "0.1"
nix = { version = "0.25.0", features = ["event"] }
tokio = { version = "^1.21", features = ["full"] }