[package]
name = "execsurface-observe"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "Linux metadata-only observer for AETHER X ExecSurface"
readme.workspace = true
[dependencies]
execsurface-model = { path = "../execsurface-model", version = "=0.1.0-alpha.2" }
libc.workspace = true
[dev-dependencies]
serde_json.workspace = true
[[bin]]
name = "execsurface-fixture"
path = "src/bin/execsurface-fixture.rs"