2023-01-15 15:42:08 +01:00
|
|
|
[workspace]
|
2023-04-25 07:22:58 +00:00
|
|
|
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" }
|