Move project common code into include

This commit is contained in:
topjohnwu
2023-05-23 21:30:30 -07:00
parent 7087badf87
commit 8e8f01f8b5
10 changed files with 15 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ use protobuf_codegen::Customize;
use crate::gen::gen_cxx_binding;
#[path = "../base/gen.rs"]
#[path = "../include/gen.rs"]
mod gen;
fn main() {