palm/libpalm/Cargo.toml

14 lines
327 B
TOML
Raw Permalink Normal View History

[package]
name = "libpalm"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prost = "0.11.8"
# Only necessary if using Protobuf well-known types:
prost-types = "0.11.8"
[build-dependencies]
prost-build = { version = "0.11.8" }