about summary refs log tree commit diff
path: root/fs-tracer-common/Cargo.toml
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-01-31 00:25:30 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-01-31 00:25:30 +0100
commit050bc2c9690fd5932c83e8ed2750d5e4b72b5906 (patch)
tree25297ad01b1c4a5df84c443e2e34b135d8ad6bcc /fs-tracer-common/Cargo.toml
parentstart fetching pwd recursively (diff)
downloadfs-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.toml2
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"