fix cursed workspace member formatting done by cargo
This commit is contained in:
parent
e67c80a6a9
commit
6ccfaedb13
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [ "crates/app",
|
members = [
|
||||||
|
"crates/app",
|
||||||
"crates/executor",
|
"crates/executor",
|
||||||
"crates/pl-cli",
|
"crates/pl-cli",
|
||||||
"crates/rpl"
|
"crates/rpl"
|
||||||
|
|
Loading…
Reference in a new issue