Wrong dependency naming in the readme:
If one wants to use mw::log, the following include shall be necessary:
#include "score/mw/log/logging.h"
And the following bazel dependency as well:
deps = [
"@score_logging//score/mw/log:log",
],
Should be @score_baselibs