grpc-dart/example/metadata/pubspec.yaml

18 lines
294 B
YAML

name: metadata
description: Dart gRPC sample client and server.
version: 0.0.1
homepage: https://github.com/dart-lang/grpc-dart
environment:
sdk: '>=1.20.1 <2.0.0'
dependencies:
async: ^1.13.3
grpc:
path: ../../
protobuf: ^0.5.4
http2: ^0.1.2
dev_dependencies:
test: ^0.12.0