| Index: mojo/dart/mojom/pubspec.yaml
|
| diff --git a/mojo/dart/mojom/pubspec.yaml b/mojo/dart/mojom/pubspec.yaml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..98a4cf223fb6d17f185d2f13847e96b399411ab8
|
| --- /dev/null
|
| +++ b/mojo/dart/mojom/pubspec.yaml
|
| @@ -0,0 +1,10 @@
|
| +name: mojom
|
| +version: 0.0.1
|
| +author: Dart Team <misc@dartlang.org>
|
| +description: Placeholder for mojom bindings.
|
| +homepage: https://www.dartlang.org
|
| +dependencies:
|
| + path: '>=1.3.5 <2.0.0'
|
| + args: '>=0.13.0 <1.0.0'
|
| +environment:
|
| + sdk: '>=1.9.0 <2.0.0'
|
|
|