ya-ar/Cargo.toml

17 lines
506 B
TOML

[package]
name = "yaar"
version = "0.1.0"
edition = "2024"
description = "Yet another archiver — a CLI tool for creating, extracting, compressing, and inspecting archives using libarchive"
license = "GPL-3.0-only"
repository = "https://git.kp2pml30.moe/ya/ya-ar"
keywords = ["archive", "tar", "zip", "compression", "libarchive"]
categories = ["command-line-utilities", "compression"]
[dependencies]
clap = { version = "4", features = ["derive"] }
anyhow = "1"
[profile.release]
lto = true
strip = true