OLD | NEW |
---|---|
1 name: protobuf | 1 name: protobuf |
2 version: 0.1.0 | 2 version: 0.2.0 |
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/protobuf | 6 homepage: https://github.com/dart-lang/protobuf |
7 environment: | 7 environment: |
8 sdk: '>=0.5.13' | 8 sdk: '>=0.7.5' |
9 dependencies: | 9 dependencies: |
10 crypto: '>=0.5.13' | 10 crypto: '>=0.7.5' |
11 fixnum: '>=0.7.5' | |
11 dev_dependencies: | 12 dev_dependencies: |
12 unittest: any | 13 unittest: any |
OLD | NEW |