15 lines
282 B
TOML
15 lines
282 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]
|
|
git2 = "0.18.1"
|
|
prost-build = "0.12.3"
|