rs-matter/Cargo.toml

11 lines
335 B
TOML
Raw Normal View History

2023-01-15 15:42:08 +01:00
[workspace]
members = ["matter", "matter_macro_derive", "tools/tlv_tool"]
2023-01-15 15:42:08 +01:00
exclude = ["examples/*"]
2023-05-04 09:35:47 +00:00
# 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" }