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",
|
|
|
|
|
"pkg6repo",
|
2021-04-25 18:40:06 -03:00
|
|
|
"userland",
|
2022-09-02 23:48:26 +02:00
|
|
|
"specfile",
|
|
|
|
|
"ports",
|
2025-08-02 22:12:37 +02:00
|
|
|
"pkg6",
|
2025-08-26 12:38:36 +02:00
|
|
|
"pkgtree",
|
2025-07-26 14:18:30 +02:00
|
|
|
"xtask",
|
2021-03-21 14:12:03 -03:00
|
|
|
]
|
2025-07-27 11:08:39 +02:00
|
|
|
resolver = "2"
|
2020-05-17 22:39:47 +02:00
|
|
|
|
2025-07-27 11:08:39 +02:00
|
|
|
[workspace.package]
|
2026-01-19 00:25:47 +01:00
|
|
|
description = "The Image Packaging System (IPS) for illumos"
|
2025-07-27 11:08:39 +02:00
|
|
|
version = "0.5.1"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
license-file = "LICENSE"
|
|
|
|
|
repository = "https://github.com/OpenFlowLabs/ips"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
keywords = ["packaging", "illumos"]
|
2025-12-08 21:36:37 +01:00
|
|
|
authors = ["Till Wegmueller <toasterson@gmail.com>"]
|
2026-01-18 14:59:24 +01:00
|
|
|
|
|
|
|
|
[workspace.metadata.release]
|
|
|
|
|
push = false
|
|
|
|
|
tag = true
|
|
|
|
|
pre-release-commit-message = "chore: Release {{version}}"
|
|
|
|
|
tag-message = "chore: Release {{version}}"
|
|
|
|
|
consolidate-commits = true
|
|
|
|
|
shared-version = true
|