2023-01-15 15:42:08 +01:00
|
|
|
[workspace]
|
2023-06-12 11:41:33 +00:00
|
|
|
members = ["matter", "matter_macro_derive"]
|
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]
|
|
|
|
polling = { git = "https://github.com/esp-rs-compat/polling" }
|
|
|
|
socket2 = { git = "https://github.com/esp-rs-compat/socket2" }
|
2023-05-28 14:05:43 +00:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
opt-level = 3
|
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
debug = true
|
|
|
|
opt-level = 3
|