Rust: bazel packaging

This commit is contained in:
Paolo Tranquilli
2024-08-30 13:05:46 +02:00
parent 3da6cee6ef
commit 4f0fe1ce3a
28 changed files with 207 additions and 28 deletions

View File

@@ -5,11 +5,11 @@ native_binary(
src = "//misc/codegen",
out = "codegen",
args = [
"--configuration-file=$(location //rust:codegen.conf)",
"--configuration-file=$(location //rust:codegen-conf)",
],
data = [
"//rust:codegen.conf",
"//rust:schema.py",
"//rust:codegen-conf",
"//rust:schema",
],
visibility = ["//rust:__subpackages__"],
)