aya/xtask
Thomas Eizinger 53c59aed5e
workspace: include eBPF crates in default-members
Being able to compile the eBPF crates for the host architecture is
useful because it allows `cargo build` and `cargo test` to "just work".

To achieve that, we feature-gate `no_std` and `no_main` on the bpf
target architecture.
..
libbpf@20ea95b450 xtask: Generate new bindings
public-api workspace: include eBPF crates in default-members
src chore: generate bindings for all eBPF insns
Cargo.toml feat: Refactor init into test-distro