summaryrefslogtreecommitdiff
path: root/src/buildtool/auth/TARGETS
blob: f54b3cc24d68b186f9cae7bc5162558bd2c39b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "auth":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["auth"]
  , "hdrs": ["authentication.hpp"]
  , "deps":
    [ ["@", "fmt", "", "fmt"]
    , ["src/buildtool/logging", "log_level"]
    , ["src/buildtool/logging", "logging"]
    , ["src/utils/cpp", "expected"]
    ]
  , "stage": ["src", "buildtool", "auth"]
  }
}