Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkLoc committed Sep 14, 2023
1 parent f43710e commit 66d1e8c
Show file tree
Hide file tree
Showing 19 changed files with 1,959 additions and 1,687 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/target
Cargo.lock
194 changes: 165 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fqkit"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
authors = ["sharkLoc <[email protected]>"]
rust-version = "1.65.0"
Expand All @@ -13,10 +13,12 @@ license = "GPL-3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
bio = "1.0.0"
clap = { version = "4.0.18", features = ["derive"] }
colored = "2.0.0"
env_logger = "0.10.0"
flate2 = "1.0.24"
log = "0.4.20"
plotters = "0.3.4"
rand = "0.8.5"
rand_pcg = "0.3.1"
Loading

0 comments on commit 66d1e8c

Please sign in to comment.