aya/bpf/aya-bpf-bindings
Dave Tucker b3e7ef741c chore: Use the cargo workspace package table
This allows for inheritance of common fields from the workspace root.
The following fields have been made common:

- authors
- license
- repository
- homepage
- edition

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
..
include .github: Add clang-format
src rustfmt: group_imports = "StdExternalCrate"
Cargo.toml chore: Use the cargo workspace package table
build.rs fix uninlined_format_args clippy issues