raas-types/Cargo.toml

13 lines
256 B
TOML
Raw Normal View History

2024-05-26 18:57:29 +00:00
[package]
name = "raas_types"
version = "0.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.6.0"
prost = "0.12.6"
[build-dependencies]
prost-build = "0.12.6"