rs-matter/Cargo.toml
2023-07-21 12:15:11 +00:00

10 lines
335 B
TOML

[workspace]
members = ["matter", "matter_macro_derive", "tools/tlv_tool"]
exclude = ["examples/*"]
# For compatibility with ESP IDF
[patch.crates-io]
smol = { git = "https://github.com/esp-rs-compat/smol" }
polling = { git = "https://github.com/esp-rs-compat/polling" }
socket2 = { git = "https://github.com/esp-rs-compat/socket2" }