Chromium Code Reviews| Index: pkg/http/pubspec.yaml |
| diff --git a/pkg/http/pubspec.yaml b/pkg/http/pubspec.yaml |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9978dd466a5b628e63506160359cb7f4b69a1321 |
| --- /dev/null |
| +++ b/pkg/http/pubspec.yaml |
| @@ -0,0 +1,5 @@ |
| +name: http |
| +description: A composable, Future-based API for making HTTP requests. |
| +dependencies: |
| + unittest: |
| + sdk: unittest |