beteran-protobuf/Cargo.toml
2022-07-12 07:02:38 +00:00

19 lines
315 B
TOML

[package]
name = "beteran-protobuf"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "beteran_protobuf"
path = "./src/lib.rs"
[dependencies]
prost = "0.10"
[build-dependencies]
prost-build = "0.10"
once_cell = "1"