8 lines
157 B
Text
8 lines
157 B
Text
|
|
load("//:defs.bzl", "codex_rust_crate")
|
||
|
|
|
||
|
|
codex_rust_crate(
|
||
|
|
name = "state",
|
||
|
|
crate_name = "codex_state",
|
||
|
|
compile_data = glob(["migrations/**"]),
|
||
|
|
)
|