Skip to content

Commit b129ab9

Browse files
stanischikncopybara-github
authored andcommitted
Surface key.proto to the Decryptor
PiperOrigin-RevId: 860283606
1 parent d65ecc5 commit b129ab9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

willow/proto/willow/BUILD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ cc_proto_library(
5959
deps = [":key_proto"],
6060
)
6161

62+
rust_proto_library(
63+
name = "key_rust_proto",
64+
deps = [":key_proto"],
65+
)
66+
6267
proto_library(
6368
name = "input_spec_proto",
6469
srcs = ["input_spec.proto"],

0 commit comments

Comments
 (0)