rs-matter/Cargo.toml
2023-05-28 14:05:43 +00:00

17 lines
410 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" }
[profile.release]
opt-level = 3
[profile.dev]
debug = true
opt-level = 3