Skip to content

Commit

Permalink
feat: simple logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ebastien committed Jan 11, 2024
1 parent f128afb commit 5f046d9
Show file tree
Hide file tree
Showing 5 changed files with 287 additions and 20 deletions.
240 changes: 232 additions & 8 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 oal-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ lsp-server = "0.7"
lsp-types = "0.95"
url = "2.4"
crossbeam-channel = "0.5"
thiserror = "1.0"
thiserror = "1.0"
log = "0.4"
stderrlog = "0.5"
Loading

0 comments on commit 5f046d9

Please sign in to comment.