feat: remove libarchieve crate depenency
This commit is contained in:
parent
c6b956ffa9
commit
1e47ef15c8
7 changed files with 365 additions and 66 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue