1 2 3 4 5 6
load("//:defs.bzl", "codex_rust_crate") codex_rust_crate( name = "string", crate_name = "codex_utils_string", )