rs-matter/Cargo.toml

17 lines
409 B
TOML
Raw Permalink Normal View History

2023-01-15 15:42:08 +01:00
[workspace]
2023-06-12 11:41:33 +00:00
members = ["matter", "matter_macro_derive"]
exclude = ["examples/*", "tools/tlv_tool"]
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" }
2023-05-28 14:05:43 +00:00
[profile.release]
opt-level = 3
[profile.dev]
debug = true
opt-level = 3