| name: bazel_worker |
| version: 1.1.5 |
| description: >- |
| Protocol and utilities to implement or invoke persistent bazel workers. |
| repository: https://github.com/dart-lang/tools/tree/main/pkgs/bazel_worker |
| issue_tracker: https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Abazel_worker |
| |
| # Using a workspace so the integration tests resolve to the local version of this package. |
| workspace: |
| - e2e_test |
| |
| environment: |
| sdk: ^3.9.0 |
| |
| dependencies: |
| async: ^2.5.0 |
| protobuf: ">=5.0.0 <7.0.0" |
| |
| dev_dependencies: |
| dart_flutter_team_lints: ^3.0.0 |
| test: ^1.20.0 |