Skip to content

Commit 5626e43

Browse files
committed
cargo-dist
1 parent 86608ba commit 5626e43

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

dist-workspace.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[workspace]
2+
members = ["cargo:."]
3+
4+
# Config for 'dist'
5+
[dist]
6+
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
7+
cargo-dist-version = "0.30.3"
8+
# CI backends to support
9+
ci = "github"
10+
# The installers to generate for each app
11+
installers = []
12+
# Target platforms to build apps for (Rust target-triple syntax)
13+
targets = [
14+
"x86_64-unknown-linux-musl",
15+
"aarch64-unknown-linux-musl",
16+
"x86_64-apple-darwin",
17+
"aarch64-apple-darwin",
18+
"x86_64-pc-windows-msvc",
19+
]

0 commit comments

Comments
 (0)