From a141c401f78467bc15f62882fca5d55a007cacbb Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 17 Feb 2025 00:21:48 +0100 Subject: Reorganize everything --- asl/logging/BUILD.bazel | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'asl/logging/BUILD.bazel') diff --git a/asl/logging/BUILD.bazel b/asl/logging/BUILD.bazel index 396da74..3c60915 100644 --- a/asl/logging/BUILD.bazel +++ b/asl/logging/BUILD.bazel @@ -7,7 +7,11 @@ cc_library( "logging.hpp", ], deps = [ - "//asl", + "//asl/base", + "//asl/types:box", + "//asl/formatting", + "//asl/io:print", + "//asl/strings:string_builder", ], visibility = ["//visibility:public"], ) -- cgit