added release yml

This commit is contained in:
sreedev
2023-08-10 19:51:57 -04:00
parent 442cb4b519
commit 0dc681d4e7
2 changed files with 77 additions and 79 deletions

View File

@@ -3,6 +3,7 @@ name = "deduplicator"
version = "0.2.0"
edition = "2021"
description = "find,filter,delete Duplicates"
repository = "https://github.com/sreedevk/deduplicator"
license = "MIT"
authors = [
"Sreedev Kodichath <sreedevpadmakumar@gmail.com>",
@@ -38,11 +39,7 @@ inherits = "release"
lto = "thin"
[workspace.metadata.dist]
# The preferred Rust toolchain to use in CI (rustup toolchain syntax)
rust-toolchain-version = "1.71.0"
# 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"]
cargo-dist-version = "0.0.7"