Perform proto codegen in build script

This commit is contained in:
topjohnwu
2023-05-03 16:13:05 -07:00
committed by John Wu
parent 7bf2e3875f
commit 21ddb26db8
6 changed files with 739 additions and 4867 deletions

View File

@@ -7,6 +7,9 @@ edition = "2021"
crate-type = ["staticlib"]
path = "lib.rs"
[build-dependencies]
protobuf-codegen = "3.2.0"
[dependencies]
base = { path = "../base" }
cxx = { path = "../external/cxx-rs" }