ips/Cargo.toml

35 lines
766 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",
"pkg6repo",
"userland",
"specfile",
"ports",
"pkg6",
"pkgtree",
"xtask",
2021-03-21 14:12:03 -03:00
]
resolver = "2"
2020-05-17 22:39:47 +02:00
[workspace.package]
publish = false
description = "The Image Packaging System (IPS) for illumos"
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>"]
[workspace.metadata.release]
publish = false
push = false
tag = true
pre-release-commit-message = "chore: Release {{version}}"
tag-message = "chore: Release {{version}}"
consolidate-commits = true
shared-version = true