Skip to content

Commit

Permalink
all: sort workspace members
Browse files Browse the repository at this point in the history
  • Loading branch information
fooker committed Oct 14, 2024
1 parent f1f731d commit c86a285
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,21 @@ resolver = "2"
members = [
"audio",
"core",
"dynamic",
"dynamic/runner",
"effects",
"output-null",
"output-terminal",
"output-net",
"examples",
"lua",
"interface-cli",
"interface-grpc",
"interface-grpc/proto",
"interface-grpc/client",
"interface-mqtt",
"interface-restore",
"lua",
"dynamic",
"dynamic/runner",
"examples", "output-split",
"output-net",
"output-null",
"output-split",
"output-terminal",
]

[workspace.package]
Expand Down

0 comments on commit c86a285

Please sign in to comment.