feat: bootstrap bun toolchain skeleton and smoke test

This commit is contained in:
Eric
2026-03-04 02:54:12 +00:00
committed by eric
parent 62805b6833
commit 542cfd49b9
17 changed files with 261 additions and 1 deletions

6
MODULE.bazel Normal file
View File

@@ -0,0 +1,6 @@
module(
name = "rules_bun",
version = "0.1.0",
)
bazel_dep(name = "platforms", version = "1.0.0")