1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
[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-bpf = { git = "https://github.com/aya-rs/aya" } [lib] path = "src/lib.rs"