From a8e45940ea03f3a1c873acf5e656a675c4def05c Mon Sep 17 00:00:00 2001 From: licsber Date: Thu, 26 Sep 2024 10:01:59 +0800 Subject: [PATCH] publish to crates-io. --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c5a87dc..a7ac073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,13 @@ [package] name = "unzip-all" version = "0.1.0" +authors = ["licsber "] edition = "2021" +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" + [dependencies]