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

chore: use subcommand 'scramble'

This commit is contained in:
2025-08-11 12:58:24 +02:00
parent 98c75d9834
commit 00b3dc5e09
5 changed files with 259 additions and 220 deletions

View File

@@ -1,11 +1,12 @@
[package]
name = "fastq-scrambler"
version = "0.1.0"
name = "fastq-tools"
version = "0.2.0"
edition = "2024"
authors = ["Paul-Christian Volkmer"]
description = "Application to scramble FASTQ files to provide non-sensitive data for development purposes"
description = "Application to show information about and scramble FASTQ files to provide non-sensitive data for development purposes"
license = "GPL-3"
readme = "README.md"
[dependencies]
regex = "1.11"
clap = { version = "4.5", features = ["color", "derive"]}