Codegen/Rust: allow breaking up schema file

This commit is contained in:
Paolo Tranquilli
2024-09-19 15:57:42 +02:00
parent 3c09f70e0d
commit a5e3fbf367
8 changed files with 74 additions and 64 deletions

View File

@@ -9,7 +9,7 @@ package(default_visibility = ["//rust:__subpackages__"])
filegroup(
name = "schema",
srcs = ["schema.py"],
srcs = glob(["schema/*.py"]),
)
filegroup(