16 lines
431 B
TOML
16 lines
431 B
TOML
[workspace]
|
|
members = ["cargo:."]
|
|
|
|
# Config for 'dist'
|
|
[dist]
|
|
cargo-dist-version = "0.30.3"
|
|
ci = "github"
|
|
installers = []
|
|
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin"]
|
|
# Future targets (commented)
|
|
# targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
|
|
unix-archive = ".zip"
|
|
macos-universal-binaries = true
|
|
[dist.hooks]
|
|
pre-build = ["./scripts/gen-version.sh"]
|