unzip-all/Cargo.toml

14 lines
308 B
TOML
Raw Normal View History

2024-09-07 23:53:17 +08:00
[package]
name = "unzip-all"
version = "0.2.0"
2024-09-26 10:01:59 +08:00
authors = ["licsber <admin@licsber.site>"]
2024-09-07 23:53:17 +08:00
edition = "2021"
2024-09-26 10:01:59 +08:00
description = "unzip all file using unar."
repository = "https://git.licsber.site/rust/unzip-all"
homepage = "https://blog.licsber.site"
readme = "README.md"
license = "AGPL-3.0-only"
2024-09-07 23:53:17 +08:00
[dependencies]