1
0
mirror of https://github.com/pcvolkmer/fastq-tools.git synced 2025-09-13 05:02:53 +00:00

feat: add build-in gzip decompression

This commit is contained in:
2025-08-11 20:15:26 +02:00
parent 09c573f2f2
commit 8f2e74a9c2
4 changed files with 66 additions and 10 deletions

View File

@@ -12,3 +12,4 @@ regex = "1.11"
clap = { version = "4.5", features = ["color", "derive"]}
console = "0.16"
itertools = "0.14"
flate2 = "1.1"