chore: add sunbeam registry annotations for crate publishing

This commit is contained in:
2026-03-27 00:35:42 +00:00
parent 496a192198
commit a7c2eb1d9b
3 changed files with 10 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ async-trait = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
regex = { workspace = true }
wfe-buildkit-protos = { path = "../wfe-buildkit-protos" }
wfe-buildkit-protos = { version = "1.4.0", path = "../wfe-buildkit-protos", registry = "sunbeam" }
tonic = "0.14"
tower = { version = "0.4", features = ["util"] }
hyper-util = { version = "0.1", features = ["tokio"] }