about summary refs log blame commit diff
path: root/fs-tracer-common/Cargo.toml
blob: 2600868ee09c64e8c2f3bcf4d5bce327b1f94992 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                
[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 }

[lib]
path = "src/lib.rs"