1 // Copyright 2019 TiKV Project Authors. Licensed under Apache-2.0.
2 
main()3 fn main() {
4     #[cfg(feature = "protobuf")]
5     prost_build::compile_protos(&["proto/profile.proto"], &["proto/"]).unwrap();
6 }
7