0b68c62fc5
TEST=Existing, ran locally. Change-Id: Idc1f35eb3d4cf0c7251a64b02b801e8110cc323b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/499000 Reviewed-by: Nicholas Shahan <nshahan@google.com> Commit-Queue: Ben Konyi <bkonyi@google.com>
20 lines
409 B
YAML
20 lines
409 B
YAML
name: dart_runtime_service_vm
|
|
# This package is not intended for consumption on pub.dev. DO NOT publish.
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ^3.12.0-0
|
|
|
|
resolution: workspace
|
|
|
|
# Use 'any' constraints here; we get our versions from the DEPS file.
|
|
dependencies:
|
|
dart_runtime_service: any
|
|
file: any
|
|
frontend_server: any
|
|
json_rpc_2: any
|
|
logging: any
|
|
meta: any
|
|
stream_channel: any
|
|
vm_service: any
|