diff options
Diffstat (limited to 'fs-tracer-common/Cargo.toml')
-rw-r--r-- | fs-tracer-common/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs-tracer-common/Cargo.toml b/fs-tracer-common/Cargo.toml index 2600868..6fc97ca 100644 --- a/fs-tracer-common/Cargo.toml +++ b/fs-tracer-common/Cargo.toml @@ -9,6 +9,8 @@ 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" |