beteran-protobuf/Cargo.toml

19 lines
315 B
TOML
Raw Normal View History

2022-07-12 07:02:38 +00:00
[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"