about summary refs log tree commit diff
path: root/fs-tracer-common/Cargo.toml
blob: 6fc97cae9c88802d117b03d2a9bcc5a354d8751e (plain) (blame)
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"