[package] name = "edr" version = "0.1.0" edition = "2024" [dependencies] aya = { version = "0.13", features = ["async_tokio"] } aya-log = "0.2" tokio = { version = "1", features = ["full"] } edr-common = { path = "../edr-common" } anyhow = "1.0"