A tiny rules_rust + rules_img example made for @0xLE to give an overview of bazel
Use bazel run . in the context of a crate to run it; or the full target name if you want to do it outside for some reason: bazel run //crates/silly_bin
If you want to build & push to ghcr you can use bazel run //:push-oci-images.
To build and run tests you can use bazel test ...