rs-matter/Cargo.toml

18 lines
363 B
TOML
Raw Permalink Normal View History

2023-01-15 15:42:08 +01:00
[workspace]
resolver = "2"
members = ["rs-matter", "rs-matter-macros"]
2023-01-15 15:42:08 +01:00
exclude = ["examples/*", "tools/tlv"]
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