dart-sdk/pkg/vm_snapshot_analysis/pubspec.yaml
Kenzie Schmoll 845d0bdc09 [vm_snapshot_analysis] Move utils.dart into bin/commands/
Change-Id: Ib5471b3effb223795f0cdcc6fcf7f2e7d487e1f8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154345
Reviewed-by: Jacob Richman <jacobr@google.com>
Commit-Queue: Kenzie Schmoll <kenzieschmoll@google.com>
2020-07-15 00:34:03 +00:00

21 lines
376 B
YAML

name: vm_snapshot_analysis
description: Utilities for analysing AOT snapshot size.
version: 0.5.0+1
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/vm_snapshot_analysis
environment:
sdk: '>=2.8.0 <3.0.0'
executables:
snapshot_analysis: analyse
dependencies:
args: ^1.6.0
path: ^1.7.0
meta: ^1.1.8
dev_dependencies:
pedantic: ^1.9.0
test: ^1.15.1