aya/ebpf
Thomas Eizinger 239acac2c5
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.
..
.cargo chore: Rename bpf dir to ebpf
aya-ebpf workspace: include eBPF crates in default-members
aya-ebpf-bindings taplo: reorder-keys
aya-ebpf-cty taplo: reorder-keys
aya-log-ebpf taplo: reorder-keys
rust-toolchain.toml chore: Rename bpf dir to ebpf