rs-matter/Cargo.toml

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