diff --git a/Cargo.lock b/Cargo.lock index f1b3687..bfd8100 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "unzip-all" -version = "0.2.0" +version = "0.2.2" diff --git a/Cargo.toml b/Cargo.toml index c5df0e3..328c483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "unzip-all" -version = "0.2.0" +version = "0.2.2" authors = ["licsber "] edition = "2021" -description = "unzip all file using unar." +description = "Decompress all file recursively using unar." repository = "https://git.licsber.site/rust/unzip-all" homepage = "https://blog.licsber.site" readme = "README.md" diff --git a/README.md b/README.md index 2bd1bd7..f878f55 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # unzip-all -unzip all compressed file using unar. +Decompress all file recursively using unar. -first time write rust executable program~ +My first time write rust executable program~ ## Reference