1
2
3
4
5
6
extern crate prost;
#[macro_use]
extern crate prost_derive;

// Include the `items` module, which is generated from items.proto.
include!(concat!(env!("OUT_DIR"), "/transit_realtime.rs"));