Chromium Code Reviews| Index: pkg/utf/pubspec.yaml |
| diff --git a/pkg/utf/pubspec.yaml b/pkg/utf/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..707be0322fc8e2359823857ecc93620d6b943837 |
| --- /dev/null |
| +++ b/pkg/utf/pubspec.yaml |
| @@ -0,0 +1,9 @@ |
| +name: utf |
| +author: Dart Team <misc@dartlang.org> |
| +description: > |
| + A Unicode library. Intended for advanced use where the built-in facilities |
| + are too limiting. |
| +homepage: http://www.dartlang.org |
| +documentation: http://api.dartlang.org/docs/pkg/utf |
| +dev_dependencies: |
| + unittest: any |