Skip to content

Commit

Permalink
database: add tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
hinto-janai committed May 4, 2024
1 parent 26c9b7b commit 5424ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ monero-serai = { workspace = true, features = ["std"] }
paste = { workspace = true }
page_size = { version = "0.6.0" } # Needed for database resizes, they must be a multiple of the OS page size.
thiserror = { workspace = true }
tracing = { workspace = true }

# `service` feature.
crossbeam = { workspace = true, features = ["std"], optional = true }
Expand Down

0 comments on commit 5424ebe

Please sign in to comment.