Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: packages/crypto/pubspec.yaml

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/crypto/lib/src/utils.dart ('k') | packages/crypto/test/hmac_md5_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/crypto/pubspec.yaml
diff --git a/packages/crypto/pubspec.yaml b/packages/crypto/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..a0e13437304fee622c7b6e08487e4dd82f69d3b0
--- /dev/null
+++ b/packages/crypto/pubspec.yaml
@@ -0,0 +1,13 @@
+name: crypto
+version: 2.0.2
+author: Dart Team <misc@dartlang.org>
+description: Library of cryptographic functions.
+homepage: https://www.github.com/dart-lang/crypto
+environment:
+ sdk: '>=1.16.0 <2.0.0-dev.infinity'
+dependencies:
+ collection: '^1.0.0'
+ convert: '>=1.0.0 <3.0.0'
+ typed_data: '^1.0.0'
+dev_dependencies:
+ test: '^0.12.17'
« no previous file with comments | « packages/crypto/lib/src/utils.dart ('k') | packages/crypto/test/hmac_md5_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698