protoc_wkt/
lib.rs

1pub mod google {
2    pub mod protobuf {
3        include!("gen/google.protobuf.rs");
4        pub mod compiler {
5            include!("gen/google.protobuf.compiler.rs");
6        }
7    }
8}