Skip to content

Commit

Permalink
Add better logging for api, fixes #50
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilucand committed Oct 15, 2024
1 parent 7d8e1df commit 5ba5445
Show file tree
Hide file tree
Showing 59 changed files with 576 additions and 319 deletions.
48 changes: 44 additions & 4 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ members = [
"crates/api",

# Main c/c++ library for api usage
"crates/capi",
"crates/capi",

# Global config constants
"crates/config",
Expand All @@ -58,6 +58,7 @@ members = [
"crates/utils",

# Common pipeline crates
"crates/logging",
"crates/hashes",
"crates/io",
"crates/minimizer_bucketing",
Expand Down
5 changes: 3 additions & 2 deletions crates/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ colors = { package = "ggcat_colors", path = "../colors" }
utils = { package = "ggcat_utils", path = "../utils" }

fdlimit = "0.3.0"
parallel-processor = "0.1.17"
parallel-processor = "0.1.18"
rayon = "1.10.0"
dynamic-dispatch = "0.5.4"
parking_lot = "0.12.3"
uuid = { version = "1.9.1", features = ["v4"] }

ggcat-logging = { version = "0.1.0", path = "../logging" }
anyhow = "1.0.89"
Loading

0 comments on commit 5ba5445

Please sign in to comment.