mirror of https://github.com/aya-rs/aya
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
613 B
TOML
26 lines
613 B
TOML
[package]
|
|
name = "integration-test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true, default-features = true }
|
|
assert_matches = { workspace = true }
|
|
aya = { workspace = true }
|
|
aya-log = { workspace = true }
|
|
aya-obj = { workspace = true }
|
|
libc = { workspace = true }
|
|
log = { workspace = true }
|
|
object = { workspace = true }
|
|
rbpf = { workspace = true }
|
|
tokio = { workspace = true, default-features = false, features = [
|
|
"macros",
|
|
"time",
|
|
] }
|
|
|
|
[build-dependencies]
|
|
cargo_metadata = { workspace = true }
|
|
which = { workspace = true }
|
|
xtask = { workspace = true }
|