blob: 7cac25742fa105929664a6e872733423e89a7d52 (
plain) (
tree)
|
|
[package]
name = "fs-tracer-common"
version = "0.1.0"
edition = "2021"
[features]
default = []
user = ["aya"]
[dependencies]
aya = { git = "https://github.com/aya-rs/aya", optional = true }
aya-ebpf = { git = "https://github.com/aya-rs/aya" }
[lib]
path = "src/lib.rs"
|