From f15e541e410ac524664b45d904a2c8df21c26941 Mon Sep 17 00:00:00 2001 From: thekuwayama Date: Sun, 2 Jul 2023 05:31:25 +0900 Subject: [PATCH] fix: add tools/tlv_tool workspace.exclude --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 11f05af..07c5b14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [workspace] members = ["matter", "matter_macro_derive"] - -exclude = ["examples/*"] +exclude = ["examples/*", "tools/tlv_tool"] # For compatibility with ESP IDF [patch.crates-io]