Skip to content

Commit

Permalink
feat: add tracing support
Browse files Browse the repository at this point in the history
  • Loading branch information
brayo-pip committed Jul 17, 2024
1 parent ed85145 commit b973c4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion aw-firebase-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.70"
serde_yaml = "0.8.18"
reqwest = { version = "0.12.4" , features = ["json"] }
dirs = "5.0.1"
dirs = "5.0.1"
tracing = "0.1.26"
tracing-subscriber = "0.3.18"

0 comments on commit b973c4b

Please sign in to comment.