Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
implement identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jun 25, 2022
1 parent 3767e8f commit 15117f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions schema/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ cc_proto_library(
deps = [":message_proto"],
)

proto_library(
name = "identifier_proto",
srcs = ["identifier.proto"],
)

cc_proto_library(
name = "identifier_proto_cc",
deps = [":identifier_proto"],
)

proto_library(
name = "daemon_proto",
srcs = ["daemon.proto"],
Expand Down

0 comments on commit 15117f2

Please sign in to comment.