this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: statically link xz/lzma, update README

+3 -3
+1 -1
Cargo.toml
··· 17 17 indicatif = "0.17" 18 18 is-terminal = "0.4" 19 19 tar = "0.4" 20 - xz2 = "0.1" 20 + xz2 = { version = "0.1", features = ["static"] } 21 21 zip = "0.6" 22 22 tempfile = "3" 23 23 zstd = "0.13"
+2 -2
README.md
··· 17 17 - gzip 18 18 - lz4 19 19 - tar 20 - - xz (bindings) 20 + - xz 21 21 - zip 22 - - zstd (bindings) 22 + - zstd 23 23 24 24 ## Install 25 25