Skip to content

Commit 6149e30

Browse files
committed
Adds missing dependencies
1 parent c58f218 commit 6149e30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swimos_utilities/swimos_multi_reader/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ tokio = { workspace = true, features = ["rt-multi-thread", "test-util", "macros"
1818
futures = { workspace = true, features = ["io-compat", "compat"] }
1919
criterion = { workspace = true, features = ["async_tokio"] }
2020
rand = { workspace = true }
21+
swimos_api = { path = "../../api/swimos_api" }
22+
swimos_runtime = { path = "../../runtime/swimos_runtime" }
2123
swimos_messages = { path = "../../runtime/swimos_messages" }
2224
swimos_model = { path = "../../api/swimos_model" }
2325
swimos_form = { path = "../../api/swimos_form" }

0 commit comments

Comments
 (0)