summaryrefslogtreecommitdiff
path: root/src/buildtool/auth/TARGETS
blob: a4d6fdbe8960e13291b2777ef9c964ad8525f9c5 (plain)
1
2
3
4
5
6
7
8
{ "auth":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["auth"]
  , "hdrs": ["authentication.hpp"]
  , "deps": [["@", "gsl", "", "gsl"], ["src/buildtool/logging", "logging"]]
  , "stage": ["src", "buildtool", "auth"]
  }
}