mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
Add a dependency on pathos from http.
BUG=9399 Review URL: https://codereview.chromium.org//12703016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20473 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
parent
b0b06c4ee4
commit
fb5790f273
1 changed files with 2 additions and 0 deletions
|
@ -2,5 +2,7 @@ name: http
|
|||
author: "Dart Team <misc@dartlang.org>"
|
||||
homepage: http://www.dartlang.org
|
||||
description: A composable, Future-based API for making HTTP requests.
|
||||
dependencies:
|
||||
pathos: any
|
||||
dev_dependencies:
|
||||
unittest: any
|
||||
|
|
Loading…
Reference in a new issue