Skip to content

Commit 7146bd9

Browse files
committed
Fix build file.
1 parent 8e52334 commit 7146bd9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nativelink-service/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ rust_library(
2222
"src/push_server.rs",
2323
"src/remote_asset_proto.rs",
2424
"src/worker_api_server.rs",
25+
"src/scheduler_state_service.rs",
2526
],
2627
visibility = ["//visibility:public"],
2728
deps = [
@@ -43,6 +44,7 @@ rust_library(
4344
"@crates//:prost-types",
4445
"@crates//:rand",
4546
"@crates//:serde_json5",
47+
"@crates//:serde_json",
4648
"@crates//:sha2",
4749
"@crates//:tokio",
4850
"@crates//:tonic",

0 commit comments

Comments
 (0)