Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: recipes/dart_io/pkg_http/pubspec.yaml

Issue 99333012: The first few short pkg:http examples (Closed) Base URL: https://github.com/dart-lang/cookbook.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: recipes/dart_io/pkg_http/pubspec.yaml
diff --git a/recipes/dart_io/pkg_http/pubspec.yaml b/recipes/dart_io/pkg_http/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..ed451ca1585a008ce4cb8cbe5387401c47915880
--- /dev/null
+++ b/recipes/dart_io/pkg_http/pubspec.yaml
@@ -0,0 +1,7 @@
+name: dart_io_examples
+description: Examples that show the use of the dart:io library
+ and the http, http_server, and route packages.
+
+dependencies:
+ http: any
+ crypto: any

Powered by Google App Engine
This is Rietveld 408576698