feat: bootstrap bun toolchain skeleton and smoke test

This commit is contained in:
Eric
2026-03-04 02:54:12 +00:00
parent 6edad291c2
commit 96d300ff68
17 changed files with 261 additions and 1 deletions

5
WORKSPACE Normal file
View File

@@ -0,0 +1,5 @@
workspace(name = "rules_bun")
load("//bun:repositories.bzl", "bun_register_toolchains")
bun_register_toolchains()