mirror of
https://github.com/chatmail/relay.git
synced 2026-08-10 18:40:51 +00:00
7be2004051
Ensures filtermail binaries are 100% statically linked. Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
12 lines
354 B
TOML
12 lines
354 B
TOML
[workspace]
|
|
members = ["cargo:."]
|
|
|
|
# Config for 'dist'
|
|
[dist]
|
|
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
|
|
cargo-dist-version = "0.30.3"
|
|
# The installers to generate for each app
|
|
installers = []
|
|
# Target platforms to build apps for (Rust target-triple syntax)
|
|
targets = ["aarch64-unknown-linux-musl", "x86_64-unknown-linux-musl"]
|