Fix deps and imports to publish (#1186)
diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml
index 846e652..ad70944 100644
--- a/dwds/pubspec.yaml
+++ b/dwds/pubspec.yaml
@@ -25,6 +25,7 @@
package_config: ^1.9.0
path: ^1.6.0
pedantic: ^1.5.0
+ pool: ^1.4.0
pub_semver: ^1.4.2
shelf: ^0.7.0
shelf_packages_handler: '>=1.0.0 <3.0.0'
diff --git a/dwds/test/build_daemon_evaluate_test.dart b/dwds/test/build_daemon_evaluate_test.dart
index 3277a2a..36ba5db 100644
--- a/dwds/test/build_daemon_evaluate_test.dart
+++ b/dwds/test/build_daemon_evaluate_test.dart
@@ -8,7 +8,6 @@
import 'package:dwds/src/connections/debug_connection.dart';
import 'package:dwds/src/services/chrome_proxy_service.dart';
-import 'package:matcher/src/type_matcher.dart';
import 'package:path/path.dart' as p;
import 'package:test/test.dart';
import 'package:vm_service/vm_service.dart';