Skip to content

Commit

Permalink
💾 Configure cargo-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ticky committed Aug 4, 2023
1 parent e5bf645 commit 9dbf896
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,21 @@ steamid-ng = "1.0"
steamlocate = { version = "1.2", features = ["shortcuts_extras"] }
steamy-vdf = "0.2"
symlink = "0.1"

# The profile that 'cargo dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"

# Config for 'cargo dist'
[workspace.metadata.dist]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.0.7"
# The preferred Rust toolchain to use in CI (rustup toolchain syntax)
rust-toolchain-version = "1.67.1"
# CI backends to support (see 'cargo dist generate-ci')
ci = ["github"]
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "aarch64-apple-darwin"]

0 comments on commit 9dbf896

Please sign in to comment.