load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "com_github_google_absl",
remote = "https://github.com/google/abseil-cpp.git",
tag = "20180723",
)
load("@com_github_google_absl//:absl_build_config.bzl", "absl_build_config")
absl_build_config(
cxxstd = "14",
)
# your other dependencies and build targets below