ips/Cargo.toml
2026-01-19 00:28:58 +01:00

32 lines
664 B
TOML

[workspace]
# Order is important as this is the order the crates will be released.
members = [
"libips",
"pkg6depotd",
"pkg6repo",
"userland",
"specfile",
"ports",
"pkg6",
"pkgtree",
"xtask",
]
resolver = "2"
[workspace.package]
publish = false
description = "The Image Packaging System (IPS) for illumos"
version = "0.5.3"
edition = "2024"
license-file = "LICENSE"
repository = "https://github.com/OpenFlowLabs/ips"
readme = "README.md"
keywords = ["packaging", "illumos"]
authors = ["Till Wegmueller <toasterson@gmail.com>"]
[workspace.metadata.release]
publish = false
push = true
tag = true
consolidate-commits = true
shared-version = true