OLD | NEW |
---|---|
1 name: protobuf | 1 name: protobuf |
2 version: 0.3.0 | 2 version: 0.3.1 |
3 authors: | 3 authors: |
4 - Dart Team <misc@dartlang.org> | 4 - Dart Team <misc@dartlang.org> |
5 description: Runtime library for protobuf support. | 5 description: Runtime library for protobuf support. |
6 homepage: https://github.com/dart-lang/dart-protobuf | 6 homepage: https://github.com/dart-lang/dart-protobuf |
7 environment: | 7 environment: |
8 sdk: '>=0.8.7' | 8 sdk: '>=0.8.7' |
9 dependencies: | 9 dependencies: |
10 crypto: '>=0.7.5' | 10 crypto: '>=0.7.5' |
11 fixnum: '>=0.7.5' | 11 fixnum: '>=0.7.5' |
12 dev_dependencies: | 12 dev_dependencies: |
13 unittest: any | 13 unittest: any |
OLD | NEW |