20 lines
410 B
TOML
20 lines
410 B
TOML
|
|
[package]
|
||
|
|
name = "wfe-buildkit-protos"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
repository.workspace = true
|
||
|
|
homepage.workspace = true
|
||
|
|
description = "Generated gRPC stubs for the full BuildKit API"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
tonic = "0.14"
|
||
|
|
tonic-prost = "0.14"
|
||
|
|
prost = "0.14"
|
||
|
|
prost-types = "0.14"
|
||
|
|
|
||
|
|
[build-dependencies]
|
||
|
|
tonic-build = "0.14"
|
||
|
|
tonic-prost-build = "0.14"
|
||
|
|
prost-build = "0.14"
|