mirror of https://github.com/kdl-org/kdl-rs.git
23 lines
776 B
TOML
23 lines
776 B
TOML
[workspace]
|
|
members = ["cargo:tools/kdl-lsp"]
|
|
|
|
# Config for 'dist'
|
|
[dist]
|
|
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
|
|
cargo-dist-version = "0.28.0"
|
|
# CI backends to support
|
|
ci = "github"
|
|
# The installers to generate for each app
|
|
installers = ["shell", "powershell", "npm"]
|
|
# 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
|
|
# Publish jobs to run in CI
|
|
publish-jobs = ["npm"]
|
|
|
|
[dist.github-custom-runners]
|
|
global = "ubuntu-22.04"
|