blflash/Cargo.toml

10 lines
124 B
TOML
Raw Normal View History

2020-12-03 08:47:36 +00:00
[workspace]
members = [
"cargo-blflash",
"blflash",
]
2020-12-04 09:15:09 +00:00
default-members = ["blflash"]
2021-01-08 08:58:20 +00:00
exclude = [
"libblflash",
]