Skip to content

Commit

Permalink
Add tracing log.
Browse files Browse the repository at this point in the history
  • Loading branch information
reu committed May 6, 2023
1 parent dc5e3f0 commit f69ec68
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 12 deletions.
167 changes: 167 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ edition = "2021"
[dependencies]
arboard = "3.2.0"
clap = { version = "4.2.7", features = ["derive"] }
tracing = "0.1.37"
tracing-error = "0.2.0"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
Loading

0 comments on commit f69ec68

Please sign in to comment.