Index: pkg/async/pubspec.yaml |
diff --git a/pkg/async/pubspec.yaml b/pkg/async/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..883118abb0626cbdbc08e01606fc7840213d8a01 |
--- /dev/null |
+++ b/pkg/async/pubspec.yaml |
@@ -0,0 +1,9 @@ |
+name: async |
+version: 0.9.0 |
+author: '"Dart Team <misc@dartlang.org>"' |
+description: Utility functions and classes related to the 'dart:async' library. |
+homepage: http://www.dartlang.org |
+dev_dependencies: |
+ unittest: ">=0.9.0 <0.10.0" |
+environment: |
+ sdk: ">=1.0.0 <2.0.0" |