Skip to content

Commit

Permalink
Merge branch 'master' of github.com:magiclen/xcompress
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Apr 13, 2023
2 parents 1fe298d + 0683510 commit d99a925
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ homepage = "https://magiclen.org/xcompress"
keywords = ["compression", "decompression", "zip", "archive", "tar"]
categories = ["command-line-utilities"]
description = "XCompress is a free file archiver utility on Linux, providing multi-format archiving to and extracting from ZIP, Z, GZIP, BZIP2, LZ, XZ, LZMA, 7ZIP, TAR, RAR and ZSTD."
readme = "README.md"
license = "MIT"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]

Expand All @@ -35,4 +34,4 @@ features = ["once_cell_cache"]
[dependencies.byte-unit]
version = "4"
features = ["std"]
default-features = false
default-features = false

0 comments on commit d99a925

Please sign in to comment.