xref: /DragonOS/user/apps/test_ebpf/syscall_ebpf/syscall_ebpf-common/Cargo.toml (revision fae6e9ade46a52976ad5d099643d51cc20876448)
1[package]
2name = "syscall_ebpf-common"
3version = "0.1.0"
4edition = "2021"
5
6[features]
7default = []
8user = ["aya"]
9
10[dependencies]
11aya = { git = "https://git.mirrors.dragonos.org.cn/DragonOS-Community/tiny-aya.git", rev = "0689f13", optional = true }
12
13[lib]
14path = "src/lib.rs"
15