mirror of
https://github.com/esp-rs/espflash.git
synced 2026-04-02 04:29:41 +00:00
* docs: Update changelog * build: Bump dependencies, espflash and cargo-espflash * style: Format toml files
8 lines
116 B
TOML
8 lines
116 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["cargo-espflash", "espflash"]
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
strip = true
|