aya/test/integration-test
Tamir Duberstein a43e40ae1d introduce workspace lints, warn on unused crates
In practice this will forbid unused dependencies because we run clippy
with `--deny warnings`.

Workspace lints is a nice place to ratchet up lints through the codebase
all at once and consistently.
..
bpf feat(aya): Add iterator program type
src aya: Add `XskMap::unset`
Cargo.toml introduce workspace lints, warn on unused crates
build.rs Bump edition to 2024