feat: bootstrap bun toolchain skeleton and smoke test
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
8306fd6b94
commit
0b78e8a61b
9
bun/defs.bzl
Normal file
9
bun/defs.bzl
Normal file
@@ -0,0 +1,9 @@
|
||||
load(":repositories.bzl", "bun_register_toolchains", "bun_repositories")
|
||||
load(":toolchain.bzl", "BunToolchainInfo", "bun_toolchain")
|
||||
|
||||
__all__ = [
|
||||
"BunToolchainInfo",
|
||||
"bun_register_toolchains",
|
||||
"bun_repositories",
|
||||
"bun_toolchain",
|
||||
]
|
||||
Reference in New Issue
Block a user