11 lines
203 B
Text
11 lines
203 B
Text
|
|
load("//:defs.bzl", "codex_rust_crate")
|
||
|
|
|
||
|
|
codex_rust_crate(
|
||
|
|
name = "cloud-tasks-client",
|
||
|
|
crate_name = "codex_cloud_tasks_client",
|
||
|
|
crate_features = [
|
||
|
|
"mock",
|
||
|
|
"online",
|
||
|
|
],
|
||
|
|
)
|