rs-matter/Cargo.toml
2023-05-14 09:08:51 +00:00

12 lines
462 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" }
chrono = { git = "https://github.com/ivmarkov/chrono" }
time = { git = "https://github.com/ivmarkov/time", branch = "master" }