mirror of
https://gitlab.com/Anson-Projects/gtfs_realtime_parser.git
synced 2025-06-15 06:26:41 +00:00
5 lines
178 B
Rust
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();
|
|
} |