mirror of
https://codeberg.org/JasterV/granc.git
synced 2026-04-26 18:40:05 +00:00
14 lines
216 B
TOML
14 lines
216 B
TOML
[package]
|
|
name = "echo-service"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
bytes = "1"
|
|
prost = "0.14"
|
|
tonic = "0.14"
|
|
prost-types = "0.14"
|
|
tonic-prost = "0.14.2"
|
|
|
|
[build-dependencies]
|
|
tonic-prost-build = "0.14"
|