feat: remove libarchieve crate depenency

This commit is contained in:
kp2pml30 2026-02-10 22:23:22 +09:00
parent c6b956ffa9
commit 1e47ef15c8
Signed by: kp2pml30
GPG key ID: CD6528BAC23E3E34
7 changed files with 365 additions and 66 deletions

View file

@ -2,6 +2,11 @@
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"] }