| 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..9befe99aca889aa7ac7ff600938ac94e4423e7e1
|
| --- /dev/null
|
| +++ b/mojo/dart/mojom/pubspec.yaml
|
| @@ -0,0 +1,10 @@
|
| +name: mojom
|
| +version: 0.0.1
|
| +author: Chromium Authors <mojo-dev@googlegroups.com>
|
| +description: Placeholder for mojom bindings.
|
| +homepage: https://github.com/domokit/mojo
|
| +dependencies:
|
| + path: '>=1.3.5 <2.0.0'
|
| + args: '>=0.13.0 <1.0.0'
|
| +environment:
|
| + sdk: '>=1.9.0 <2.0.0'
|
|
|