mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-09-11 08:12:07 +00:00
added release yml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user