// README:
//
// This script uses Prost crate to generate Rust sources from proto files.
// The script should be run as a build script - this will be done automatically after renaming to `build.rs` (a little hack).
//
// After generating sources, the sources should be copied into `src/generated` and the errors ought to be resolved manually.
use prost_build;
use io;
use PathBuf;
use ;
// Proto files corresponding to the Phenopacket Schema hierarchy leaves.
// The dependencies are imported and compiled automatically.
const PROTOS: & = &;
// The top-level packages (just one here).
const INCLUDES: & = &;