daemon_console 0.3.3

A flexible console for daemon applications.
Documentation
[workspace]
members = ["cargo:."]

# Config for 'dist'
[dist]
# Ignore mismatch of ci configs
allow-dirty = ["ci"]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.30.2"
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
# Path that installers should place binaries in
install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = false
# Release content title
announcement-title = "v{version}"
# Use Changelog
auto-changelog = true
# Changelog file
changelog-path = "CHANGELOG.md"
# Release tag prefix
release_tag_prefix = ""

[dist.github]
publish = true