meshtastic-protobuf/Cargo.toml

15 lines
289 B
TOML

[package]
name = "meshtastic-protobuf"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.5.0"
prost = "0.12.3"
[build-dependencies]
protobuf-src = "1.1.0"
prost-build = "0.12.3"