promises
promises copied to clipboard
Add support for Bazel Modules
This PR adds a MODULE.bazel file at the root of the project, which is required for Bazel Modules.
It also updates BUILD.bazel for compatibility with the latest Bazel version (8.2.1 at the time of writing).
Additionally, existing GitHub Actions workflow is updated to test the Bazel build.
Fixes #239
Actually, the first two commits belong to #238, which is required to fix the failing tests.