Example for using C++ asio library from think-async.com as a external repo in bazel.
$ bazel build ...
$ bazel run //:echo_server
$ nc localhost 55555
- .bazelrc - contains default flags used for bazel commands
- .bazelversion - contains bazel version supported for this project, which is used by bazel to verify compatibility or by bazelisk to download proper version of bazel