ips/Cargo.toml

23 lines
472 B
TOML
Raw Normal View History

2021-03-21 14:12:03 -03:00
[workspace]
# Order is important as this is the order the crates will be released.
members = [
"libips",
"pkg6depotd",
"pkg6dev",
"pkg6repo",
"userland",
"specfile",
"ports",
"crates/*",
"xtask",
2021-03-21 14:12:03 -03:00
]
resolver = "2"
2020-05-17 22:39:47 +02:00
[workspace.package]
version = "0.5.1"
edition = "2024"
license-file = "LICENSE"
repository = "https://github.com/OpenFlowLabs/ips"
readme = "README.md"
keywords = ["packaging", "illumos"]
authors = ["Till Wegmueller <toasterson@gmail.com>"]