Index: mojo/public/dart/third_party/pool/pubspec.yaml |
diff --git a/mojo/public/dart/third_party/pool/pubspec.yaml b/mojo/public/dart/third_party/pool/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..175c8dc74964942a83f04cabdeff1b8954642603 |
--- /dev/null |
+++ b/mojo/public/dart/third_party/pool/pubspec.yaml |
@@ -0,0 +1,12 @@ |
+name: pool |
+version: 1.1.0 |
+author: Dart Team <misc@dartlang.org> |
+description: A class for managing a finite pool of resources. |
+homepage: https://github.com/dart-lang/pool |
+dependencies: |
+ stack_trace: ">=0.9.2 <2.0.0" |
+environment: |
+ sdk: ">=1.9.0 <2.0.0" |
+dev_dependencies: |
+ fake_async: ">=0.1.0 <0.2.0" |
+ test: ">=0.12.0 <0.13.0" |