Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
implement debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ciphax committed Apr 13, 2019
1 parent dbc66f6 commit 8e59cbb
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 53 deletions.
110 changes: 110 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ openssl-probe = "0.1.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
cookie = { version = "0.11.0", features = ["percent-encode"] }
env_logger = "0.6.1"
log = "0.4.6"
Loading

0 comments on commit 8e59cbb

Please sign in to comment.