Skip to content

Commit

Permalink
Restructure CLI code.
Browse files Browse the repository at this point in the history
  • Loading branch information
vldr committed Apr 18, 2024
1 parent 02f9b90 commit a6b5b8a
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 42 deletions.
195 changes: 169 additions & 26 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
futures-util = "0.3"
flume = { git = "https://github.com/zesterer/flume", rev = "80d19c49" }
tungstenite = "0.20.1"
tokio = { version = "1.28.1", features = ["full"] }
tokio-tungstenite = { version = "0.20.1" }
tokio-tungstenite = { version = "0.21.0", features = [
"rustls-tls-webpki-roots",
] }
prost = "0.11.9"
prost-types = "0.11.9"
base64 = "0.21.2"
Expand Down
Loading

0 comments on commit a6b5b8a

Please sign in to comment.