21 lines
507 B
TOML
21 lines
507 B
TOML
[package]
|
|
name = "raas_types"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
description = "Protobuf definitions for RaaS"
|
|
authors = ["Joey Hines joey@ahines.net"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[features]
|
|
async = ["dep:tokio"]
|
|
|
|
[dependencies]
|
|
bytes = "1.10.1"
|
|
tonic = "0.14.2"
|
|
prost = "0.14.1"
|
|
tokio = {version = "1.47.1", features = ["io-util", "test-util"], optional = true}
|
|
tonic-prost = "0.14.2"
|
|
|
|
[build-dependencies]
|
|
tonic-prost-build = "0.14.2"
|