Chromium Code Reviews| Index: pubspec.yaml |
| diff --git a/pubspec.yaml b/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5047079627ce68d80ca490ed2feb38705caa38ec |
| --- /dev/null |
| +++ b/pubspec.yaml |
| @@ -0,0 +1,9 @@ |
| +name: sync_http |
| +version: 0.1.0 |
| +author: Dart Team <misc@dartlang.org> |
| +description: Synchronous HTTP client for Dart. |
| +homepage: https://github.com/dart-lang/sync_http |
| +environment: |
| + sdk: '>=1.24.0 <2.0.0' |
| +dev_dependencies: |
| + test: ">=0.12.0 <0.13.0" |