Skip to content

Commit

Permalink
cull unsused deps from libradicl
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed May 10, 2022
1 parent 446b536 commit 4478363
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions libradicl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,11 @@ snap = "1"
scroll = "0.11.0"
num = "0.4.0"
ahash = "0.7.6"
slog = "2.7.0"
bstr = "0.2.17"
serde = { version = "1.0.136", features = ["derive"] }
csv = "1.1.6"
dashmap = "^5.1.0"
crossbeam-channel = "0.5.4"
bio-types = "0.12.1"
needletail = "0.4.1"
flate2 = "1.0.22"
smallvec = "1.8.0"
serde_json = "1.0.79"
sprs = "0.11.0"
rust-htslib = { version = "0.39.5", default-features = false, features = [
"bzip2",
"lzma",
] }
sce = { git = "https://github.com/parazodiac/SingleCellExperiment", version = "0.1.2" }
] }

0 comments on commit 4478363

Please sign in to comment.