mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
f741fad5c0
This PR is mostly cleaning and simplifying phase 1 of memories
7 lines
127 B
Python
7 lines
127 B
Python
load("//:defs.bzl", "codex_rust_crate")
|
|
|
|
codex_rust_crate(
|
|
name = "sanitizer",
|
|
crate_name = "codex_utils_sanitizer",
|
|
)
|