diff --git a/cache/Cargo.toml b/cache/Cargo.toml index 7eb430e0..dceedd42 100644 --- a/cache/Cargo.toml +++ b/cache/Cargo.toml @@ -28,6 +28,7 @@ smartstring = { version = "1.0.1", features = ["serde"] } [dev-dependencies] criterion = { version = "0.4.0", features = ["async_tokio", "html_reports"] } +atspi-connection.workspace = true rand = "0.8.5" serde_json.workspace = true tokio = { workspace = true, features = ["rt-multi-thread"] }