summaryrefslogtreecommitdiff
path: root/etc/dev/TARGETS
blob: a3ade6cca9420f986ea8c930b22d267d87f0a0fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ "just-ext-hdrs":
  { "type": ["@", "rules", "CC/IDE", "headers"]
  , "deps":
    [ ["@", "ssl", "", "crypto"]
    , ["@", "grpc", "", "grpc++"]
    , ["@", "gsl-lite", "", "gsl-lite"]
    , ["@", "fmt", "", "fmt"]
    , ["@", "cli11", "", "cli11"]
    , ["@", "json", "", "json"]
    , ["@", "catch2", "", "catch2"]
    , ["", "libgit2"]
    , ["", "libcurl"]
    , ["@", "bzip2", "", "libbz2"]
    ]
  , "proto":
    [ ["@", "bazel_remote_apis", "", "remote_execution_proto"]
    , ["@", "googleapis", "", "google_bytestream_proto"]
    ]
  }
}