mirror of
https://github.com/spacemeowx2/blflash.git
synced 2024-11-20 05:11:33 +00:00
10 lines
124 B
TOML
10 lines
124 B
TOML
[workspace]
|
|
members = [
|
|
"cargo-blflash",
|
|
"blflash",
|
|
]
|
|
default-members = ["blflash"]
|
|
exclude = [
|
|
"libblflash",
|
|
]
|