ips/Cargo.toml

15 lines
No EOL
231 B
TOML

[workspace]
# Order is important as this is the order the crates will be released.
members = [
"libips",
"pkg6depotd",
"pkg6dev",
"pkg6repo",
"userland",
"specfile",
"ports",
"crates/*",
"xtask",
]
resolver = "2"