beteran-protobuf/Cargo.toml

19 lines
309 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"
[build-dependencies]
once_cell = "1"
prost-build = "0"