Index: mojo/public/dart/third_party/args/pubspec.yaml |
diff --git a/mojo/public/dart/third_party/args/pubspec.yaml b/mojo/public/dart/third_party/args/pubspec.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3ea1a11c75eab41e258f00b523e50416ba121f0c |
--- /dev/null |
+++ b/mojo/public/dart/third_party/args/pubspec.yaml |
@@ -0,0 +1,12 @@ |
+name: args |
+version: 0.13.2 |
+author: "Dart Team <misc@dartlang.org>" |
+homepage: https://github.com/dart-lang/args |
+description: > |
+ Library for defining parsers for parsing raw command-line arguments into |
+ a set of options and values using GNU and POSIX style options. |
+ |
+dev_dependencies: |
+ test: ">=0.12.0 <0.13.0" |
+environment: |
+ sdk: ">=1.4.0 <2.0.0" |