2026-03-23 11:12:51 +00:00
|
|
|
[package]
|
|
|
|
|
name = "sunbeam-proto"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
description = "Shared protobuf definitions for Sunbeam gRPC services"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-03-23 11:57:24 +00:00
|
|
|
tonic = "0.14"
|
|
|
|
|
tonic-prost = "0.14"
|
|
|
|
|
prost = "0.14"
|
2026-03-23 11:12:51 +00:00
|
|
|
|
|
|
|
|
[build-dependencies]
|
2026-03-23 11:57:24 +00:00
|
|
|
tonic-build = "0.14"
|
|
|
|
|
tonic-prost-build = "0.14"
|