From 99e985531ea012f4c961e417006de7be4e69eac9 Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Mon, 24 Jun 2024 19:48:15 +0200 Subject: [PATCH] Add `topics` to `pubspec.yaml` (#121) --- pubspec.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 72f9b03..c06ec92 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,6 +4,10 @@ description: >- Utilities for handling media (MIME) types, including determining a type from a file extension and file contents. repository: https://github.com/dart-lang/mime +topics: + - mimetype + - magic-numbers + - multipart-form topics: - mime