Skip to content

Commit

Permalink
feat: log tailing
Browse files Browse the repository at this point in the history
  • Loading branch information
bittermandel committed Apr 1, 2024
1 parent 0517c2b commit a02f011
Show file tree
Hide file tree
Showing 6 changed files with 241 additions and 54 deletions.
89 changes: 75 additions & 14 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 @@ -15,6 +15,7 @@ dialoguer = { version = "0.10.4", features = ["fuzzy-select"] }
difference = "2.0"
dirs-next = "2.0.0"
home = "0.5.5"
http = "1.1.0"
indexmap = { version = "2.2.5", features = ["serde"] }
oauth2 = "4.4.2"
once_cell = "1.18.0"
Expand All @@ -27,3 +28,5 @@ term = "0.7.0"
thiserror = "1.0.48"
tiny_http = "0.12.0"
tracing = "0.1.37"
tungstenite = { git = "https://github.com/snapview/tungstenite-rs", rev = "0fa4197" }
url = "2.5.0"
Loading

0 comments on commit a02f011

Please sign in to comment.