summaryrefslogtreecommitdiffhomepage
path: root/dist-workspace.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dist-workspace.toml')
-rw-r--r--dist-workspace.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/dist-workspace.toml b/dist-workspace.toml
new file mode 100644
index 0000000..87cf923
--- /dev/null
+++ b/dist-workspace.toml
@@ -0,0 +1,16 @@
+[workspace]
+members = ["cargo:."]
+
+[dist]
+cargo-dist-version = "0.32.0"
+ci = "github"
+installers = ["shell"]
+targets = [
+ "aarch64-apple-darwin",
+ "aarch64-unknown-linux-gnu",
+ "x86_64-apple-darwin",
+ "x86_64-unknown-linux-gnu",
+ "x86_64-unknown-linux-musl",
+]
+install-path = "CARGO_HOME"
+install-updater = false