2023-03-15 03:58:29 +00:00
|
|
|
[package]
|
|
|
|
name = "palm"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-03-16 23:11:16 +00:00
|
|
|
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" }
|