File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Below is a list of people and organizations that have contributed
2
+ # to the Dart Services project. Names should be added to the list like so:
3
+ #
4
+ # Name/Organization <email address>
5
+
6
+ Google Inc.
7
+ George Moschovitis <
[email protected] >
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ import 'dart:io';
10
10
import 'package:args/args.dart' ;
11
11
import 'package:grinder/grinder.dart' as grinder;
12
12
import 'package:logging/logging.dart' ;
13
+ import 'package:rpc/rpc.dart' ;
13
14
import 'package:shelf/shelf.dart' ;
14
15
import 'package:shelf/shelf_io.dart' as shelf;
15
- import 'package:shelf_route/shelf_route.dart' ;
16
16
import 'package:shelf_cors/shelf_cors.dart' as shelf_cors;
17
- import 'package:rpc/rpc.dart' ;
17
+ import 'package:shelf_route/shelf_route.dart' ;
18
+
18
19
import 'src/common_server.dart' ;
19
20
20
21
const Map _textPlainHeader = const {HttpHeaders .CONTENT_TYPE : 'text/plain' };
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ dependencies:
15
15
librato : ' >=0.0.1 <0.1.0'
16
16
logging : any
17
17
shelf : any
18
- shelf_route : any
19
18
shelf_cors : any
19
+ shelf_route : any
20
20
# TODO: change to pub package dependency once the rpc package is published.
21
21
rpc :
22
22
git : git://github.com/dart-lang/rpc.git
You can’t perform that action at this time.
0 commit comments