[package]
name = "libcopes"
description = "A library for efficiently monitoring process exec and exit events on Linux"
version = "1.0.0"
keywords.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
repository.workspace = true
license = "MPL-2.0"
[dependencies]
anyhow.workspace = true
log.workspace = true
libc = "0.2"
[build-dependencies]
bindgen = "0.71"