19 lines
315 B
TOML
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"
|