Skip to content

Commit

Permalink
Update to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmokveld committed May 2, 2024
1 parent 3d10c75 commit e231f95
Show file tree
Hide file tree
Showing 100 changed files with 4,756 additions and 5,078 deletions.
2,032 changes: 2,032 additions & 0 deletions Cargo.lock

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[package]
name = "trgt"
version = "1.0.0"
edition = "2021"
build = "build.rs"

[build-dependencies]
vergen = { version = "8.2", features = ["git", "gitcl"] }

[dependencies]
clap = { version = "4.5", features = ["derive"] }
rust-htslib = { version = "0.46", default-features = false }
itertools = "0.12"
bio = "1.6"
env_logger = "0.10"
log = "0.4"
chrono = "0.4"
arrayvec = "0.7"
kodama = "0.3"
rand = "0.8"
once_cell = "1.18"
flate2 = "1.0"
resvg = "0.36"
usvg = "0.36"
tiny-skia = "0.11"
svg2pdf = "0.9"
tempfile = "3"
rayon = "1.10"
crossbeam-channel = "0.5"
Loading

0 comments on commit e231f95

Please sign in to comment.