# @generated by `cargo buckal`
load("@prelude//cfg/modifier:set_cfg_modifiers.bzl", "set_cfg_modifiers")
load("@prelude//rust:with_workspace.bzl", "with_rust_workspace")
load("@buckal//config:set_cfg_constructor.bzl", "set_cfg_constructor")
ALIASES = {
"debug": "buckal//config/mode:debug",
"release": "buckal//config/mode:release",
}
set_cfg_constructor(aliases = ALIASES)
set_cfg_modifiers(
cfg_modifiers = [
"buckal//config/mode:debug",
],
)