123456789101112131415161718 |
- [package]
- name = "integration-test"
- version = "0.1.0"
- edition = "2021"
- publish = false
- [dependencies]
- anyhow = "1"
- aya = { path = "../../aya" }
- aya-log = { path = "../../aya-log" }
- aya-obj = { path = "../../aya-obj" }
- libc = { version = "0.2.105" }
- log = "0.4"
- object = { version = "0.31", default-features = false, features = ["std", "read_core", "elf"] }
- rbpf = "0.2.0"
- regex = "1"
- tempfile = "3.3.0"
- tokio = { version = "1.24", features = ["rt", "rt-multi-thread", "sync", "time"] }
|