Include eBPF crates in default-members

reviewable/pr1229/r3
Thomas Eizinger 3 weeks ago
parent 267796f1f5
commit 4dbf333605
No known key found for this signature in database
GPG Key ID: 05633CD77196CAF3

@ -42,9 +42,10 @@ default-members = [
"aya-ebpf-macros",
"aya-log-ebpf-macros",
# ebpf crates are omitted; they must be built with:
# --target bpfe{b,l}-unknown-none
# CARGO_CFG_BPF_TARGET_ARCH={x86_64,aarch64,arm,riscv64,powerpc64,s390x,mips}
"ebpf/aya-ebpf",
"ebpf/aya-ebpf-bindings",
"ebpf/aya-log-ebpf",
"test/integration-ebpf",
]
[workspace.package]

Loading…
Cancel
Save