Implement logging

This commit is contained in:
2025-01-26 22:35:47 +01:00
parent cf7db48c26
commit b3f2336e1b
10 changed files with 171 additions and 7 deletions

View File

@ -10,6 +10,6 @@ git_override(
commit = "4f28899228fb3ad0126897876f147ca15026151e",
)
bazel_dep(name = "rules_python", version = "1.1.0", dev_dependency = True)
bazel_dep(name = "rules_python", version = "1.1.0")
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(python_version = "3.13", is_default = True)