mirror of
https://github.com/pcvolkmer/fastq-tools.git
synced 2025-09-13 05:02:53 +00:00
Initial commit
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "fastq-scrambler"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["Paul-Christian Volkmer"]
|
||||
description = "Application to scramble FASTQ files to provide non-sensitive data for development purposes"
|
||||
license = "GPL-3"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
regex = "1.11"
|
Reference in New Issue
Block a user