Index: mojo/public/dart/third_party/crypto/pubspec.yaml |
diff --git a/mojo/public/dart/third_party/crypto/pubspec.yaml b/mojo/public/dart/third_party/crypto/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..dcee08dffd85288cb9bca4fed5763d80a35d3b5d |
--- /dev/null |
+++ b/mojo/public/dart/third_party/crypto/pubspec.yaml |
@@ -0,0 +1,9 @@ |
+name: crypto |
+version: 0.9.1 |
+author: Dart Team <misc@dartlang.org> |
+description: Library of cryptographic functions. |
+homepage: https://www.github.com/dart-lang/crypto |
+environment: |
+ sdk: '>=1.0.0 <2.0.0' |
+dev_dependencies: |
+ test: '>=0.12.0 <0.13.0' |