xref: /DragonOS/user/apps/test_ebpf/syscall_ebpf/syscall_ebpf-common/Cargo.toml (revision 55e6f0b65f91b32638fd56581f711a816eccdcd1)
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