mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 21:30:41 +00:00
11 lines
168 B
TOML
11 lines
168 B
TOML
[workspace]
|
|
# Order is important as this is the order the crates will be released.
|
|
members = [
|
|
"libips",
|
|
"pkg6depotd",
|
|
"pkg6dev",
|
|
"pkg6repo",
|
|
"userland",
|
|
]
|
|
|
|
|