From c9c7b810f5d1700a71a3ae8bb5d0cde06f6b5c72 Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Wed, 1 May 2024 09:55:55 +0200 Subject: [PATCH] Add topic crypto See: https://dart.dev/tools/pub/pubspec#topics Other packages with this topic include: https://pub.dev/packages?q=topic%3Acrypto --- cryptography/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cryptography/pubspec.yaml b/cryptography/pubspec.yaml index 7fdafac..9c2d9a5 100644 --- a/cryptography/pubspec.yaml +++ b/cryptography/pubspec.yaml @@ -4,6 +4,8 @@ homepage: https://github.com/dint-dev/cryptography description: Cryptographic algorithms for encryption, digital signatures, key agreement, authentication, and hashing. AES, Chacha20, ED25519, X25519, Argon2, and more. Good cross-platform support. +topics: + - crypto environment: sdk: '>=3.1.0 <4.0.0'