2016-11-21 02:48:17 +00:00
|
|
|
extern crate protobuf;
|
2019-09-08 12:07:45 +00:00
|
|
|
// This file is parsed by build.rs
|
|
|
|
// Each included module will be compiled from the matching .proto definition.
|
2020-07-25 03:43:01 +00:00
|
|
|
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/mod.rs"));
|