feat: bootstrap bun toolchain skeleton and smoke test
Co-authored-by: Eriyc <50216491+Eriyc@users.noreply.github.com>
This commit is contained in:
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