Use quick-protobuf

This commit is contained in:
LoveSy
2023-06-21 00:22:48 +08:00
committed by John Wu
parent 9929b25339
commit 51e985ae7f
8 changed files with 68 additions and 186 deletions

View File

@@ -8,14 +8,14 @@ crate-type = ["staticlib"]
path = "lib.rs"
[build-dependencies]
protobuf-codegen = { workspace = true }
cxx-gen = { workspace = true }
pb-rs = { workspace = true }
[dependencies]
base = { path = "../base" }
cxx = { path = "../external/cxx-rs" }
protobuf = { workspace = true }
byteorder = { workspace = true }
anyhow = { workspace = true }
clap = { workspace = true, features = ["derive"] }
size = { workspace = true }
quick-protobuf = { workspace = true }