| name: dart_runtime_service_dds |
| # 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: |
| args: any |
| browser_launcher: any |
| dart_runtime_service: any |
| dds_service_extensions: any |
| devtools_shared: any |
| dtd: any |
| http_multi_server: any |
| json_rpc_2: any |
| logging: any |
| meta: any |
| path: any |
| shelf: any |
| shelf_proxy: any |
| stream_channel: any |
| vm_service: any |
| web_socket_channel: any |
| |
| dev_dependencies: |
| test: any |