From 8ffe127c913fef3f108f65bd9541386dcc4e46e6 Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Wed, 1 May 2024 09:58:02 +0200 Subject: [PATCH] Add crypto in topics to pubspec.yaml See: https://dart.dev/tools/pub/pubspec#topics For other packages with the crypto topic see: https://pub.dev/packages?q=topic%3Acrypto --- pubspec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 51ebd1b9..1ad83b73 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,6 +2,9 @@ name: pointycastle version: 3.9.0 description: A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library. homepage: https://github.com/bcgit/pc-dart +topics: + - crypto + environment: sdk: ^3.2.0