Skip to content

Commit

Permalink
feat: Use telemery for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bakjos committed Apr 29, 2024
1 parent 8a6fd37 commit 567099b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
15 changes: 8 additions & 7 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -321,13 +321,13 @@ reqsign = { git = "https://github.com/wcy-fdu/reqsign.git", rev = "002ee2a" }
# patch to remove preserve_order from serde_json
deno_core = { git = "https://github.com/bakjos/deno_core", rev = "9b241c6" }
# patch to user reqwest 0.12.2
deno_crypto = { git = "https://github.com/bakjos/deno", rev = "ad615b9" }
deno_fetch = { git = "https://github.com/bakjos/deno", rev = "ad615b9" }
deno_http = { git = "https://github.com/bakjos/deno", rev = "ad615b9" }
deno_net = { git = "https://github.com/bakjos/deno", rev = "ad615b9" }
deno_tls = { git = "https://github.com/bakjos/deno", rev = "ad615b9" }
deno_web = { git = "https://github.com/bakjos/deno", rev = "ad615b9" }
deno_websocket = { git = "https://github.com/bakjos/deno", rev = "ad615b9" }
deno_crypto = { git = "https://github.com/bakjos/deno", rev = "2685729" }
deno_fetch = { git = "https://github.com/bakjos/deno", rev = "2685729" }
deno_http = { git = "https://github.com/bakjos/deno", rev = "2685729" }
deno_net = { git = "https://github.com/bakjos/deno", rev = "2685729" }
deno_tls = { git = "https://github.com/bakjos/deno", rev = "2685729" }
deno_web = { git = "https://github.com/bakjos/deno", rev = "2685729" }
deno_websocket = { git = "https://github.com/bakjos/deno", rev = "2685729" }

[workspace.metadata.dylint]
libraries = [{ path = "./lints" }]

0 comments on commit 567099b

Please sign in to comment.