From c4b8ecf7aef06104bc48a4e01d5192c71faae4eb Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Thu, 30 May 2024 10:22:21 +0200 Subject: [PATCH] Add `topics` to `pubspec.yaml` (dart-lang/logging#164) --- pkgs/logging/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/logging/pubspec.yaml b/pkgs/logging/pubspec.yaml index bb3ff1a9..abc34ce5 100644 --- a/pkgs/logging/pubspec.yaml +++ b/pkgs/logging/pubspec.yaml @@ -4,6 +4,8 @@ description: >- Provides APIs for debugging and error logging, similar to loggers in other languages, such as the Closure JS Logger and java.util.logging.Logger. repository: https://github.com/dart-lang/logging +topics: + - logging environment: sdk: ^3.2.0