From a212e1e23a5a67eb3020093a0514f638bc124033 Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Mon, 7 Dec 2020 18:10:12 -0800 Subject: [PATCH] [honk] add todo --- honk/rules/cargo/workspace.honk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/honk/rules/cargo/workspace.honk b/honk/rules/cargo/workspace.honk index ce60439ea..84df55b2e 100644 --- a/honk/rules/cargo/workspace.honk +++ b/honk/rules/cargo/workspace.honk @@ -11,6 +11,9 @@ load("//honk/rules/cargo/wasm-pack.honk", "maybe_wasm_crate") # .filenames[]" | grep -v dSYM - > filenames.txt +# TODO add workspace dependencies between crates + + def test_crate(package): """ Run `cargo test --all-targets -p ${package}`.