1
0
mirror of https://gitlab.com/Anson-Projects/gtfs_realtime_parser.git synced 2025-06-15 06:26:41 +00:00
2023-11-26 20:08:30 -07:00

5 lines
178 B
Rust

fn main() {
prost_build::Config::new()
.out_dir(std::env::var("OUT_DIR").unwrap())
.compile_protos(&["proto/transit_realtime.proto"], &["proto/"]).unwrap();
}