Merge pull request #63 from thekuwayama/add__tools/tlv_tool_workspace.exclude

fix: add tools/tlv_tool to workspace.exclude
This commit is contained in:
Kedar Sovani 2023-07-03 09:29:14 +05:30 committed by GitHub
commit 0cc5fe97f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]