blob: 2600868ee09c64e8c2f3bcf4d5bce327b1f94992 (
plain) (
tree)
|
|
[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"
|