We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86608ba commit 5626e43Copy full SHA for 5626e43
dist-workspace.toml
@@ -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