blflash/Cargo.toml
2021-01-08 16:58:20 +08:00

10 lines
124 B
TOML

[workspace]
members = [
"cargo-blflash",
"blflash",
]
default-members = ["blflash"]
exclude = [
"libblflash",
]