databuild/databuild/lib.rs
Stuart Axelbrooke f531730a6b
Some checks are pending
/ setup (push) Waiting to run
the battle is done... for now
2025-11-25 23:31:46 +08:00

19 lines
341 B
Rust

pub mod build_event_log;
pub mod build_state;
pub mod commands;
pub mod config;
mod data_deps;
mod event_transforms;
pub mod http_server;
mod job;
mod job_run;
mod job_run_state;
mod mock_job_run;
pub mod orchestrator;
mod partition_state;
mod util;
mod want_state;
pub mod web;
// Include generated protobuf code
include!("databuild.rs");