Skip to content

Commit

Permalink
Merge pull request #23 from BramDevlaminck/dependency_cleanup
Browse files Browse the repository at this point in the history
Dependency cleanup
  • Loading branch information
BramDevlaminck authored May 14, 2024
2 parents f93d979 + ad850ea commit c75911b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 56 deletions.
53 changes: 0 additions & 53 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion suffixarray/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ rayon = "1.8.1"
serde = { version = "1.0.197", features = ["derive"] }
suffixarray_builder = { path = "../suffixarray_builder" }
sa-mappings = { path = "../sa-mappings" }
futures = "0.3.30"
serde_json = "1.0.116"
2 changes: 0 additions & 2 deletions suffixarray_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ serde = { version = "1.0.197", features = ["derive"] }
tokio = { version = "1.36.0", features = ["rt", "rt-multi-thread", "macros"] }
suffixarray = { path = "../suffixarray" }
clap = { version = "4.5.1", features = ["derive"] }
rayon = "1.8.1"
tsv-utils = { path = "../tsv-utils"}
suffixarray_builder = { path = "../suffixarray_builder" }
sa-mappings = { path = "../sa-mappings" }

0 comments on commit c75911b

Please sign in to comment.