diff --git a/Cargo.toml b/Cargo.toml index 620b6d0..6b433cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] @@ -35,4 +34,4 @@ features = ["once_cell_cache"] [dependencies.byte-unit] version = "4" features = ["std"] -default-features = false \ No newline at end of file +default-features = false