xref: /DragonOS/user/apps/test_ebpf/Cargo.toml (revision fae6e9ade46a52976ad5d099643d51cc20876448)
1[package]
2name = "test_ebpf"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7aya = { git = "https://git.mirrors.dragonos.org.cn/DragonOS-Community/tiny-aya.git", rev = "0689f13" }
8aya-log = { git = "https://git.mirrors.dragonos.org.cn/DragonOS-Community/tiny-aya.git", rev = "0689f13" }
9
10log = "0.4.22"
11env_logger = "0.11.5"
12tokio = { version = "1.25", features = ["macros", "rt", "rt-multi-thread", "net", "signal", "time"] }
13
14[profile.release]
15lto = true
16strip = true
17