diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-01-31 00:25:30 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-01-31 00:25:30 +0100 |
commit | 050bc2c9690fd5932c83e8ed2750d5e4b72b5906 (patch) | |
tree | 25297ad01b1c4a5df84c443e2e34b135d8ad6bcc /fs-tracer-common/Cargo.toml | |
parent | start fetching pwd recursively (diff) | |
download | fs-tracer-050bc2c9690fd5932c83e8ed2750d5e4b72b5906.tar.gz fs-tracer-050bc2c9690fd5932c83e8ed2750d5e4b72b5906.tar.bz2 fs-tracer-050bc2c9690fd5932c83e8ed2750d5e4b72b5906.zip |
cleanup
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" |