From f2d3c1821e33fbf54466372ce8d7348f7f404636 Mon Sep 17 00:00:00 2001 From: Marcel Date: Sun, 15 Jan 2023 15:53:50 +0100 Subject: [PATCH] Include tlv_tool in workspace --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0abd996..7b2660c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ [workspace] -members = ["matter", "matter_macro_derive", "boxslab"] +members = ["matter", "matter_macro_derive", "boxslab", "tools/tlv_tool"] exclude = ["examples/*"]