raas-types/Cargo.toml

15 lines
343 B
TOML
Raw Normal View History

2024-05-26 18:57:29 +00:00
[package]
name = "raas_types"
2024-06-01 17:29:05 +00:00
version = "0.0.3"
2024-05-26 18:57:29 +00:00
edition = "2021"
2024-05-27 02:44:21 +00:00
description = "Protobuf definitions for RaaS"
authors = ["Joey Hines joey@ahines.net"]
2024-05-26 18:57:29 +00:00
# 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"