Skip to content

Commit

Permalink
Migrate to Flume.
Browse files Browse the repository at this point in the history
  • Loading branch information
vldr committed Jul 26, 2023
1 parent 5723f58 commit 50b8176
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 51 deletions.
121 changes: 109 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"

[dependencies]
futures-util = "0.3"
futures-channel = "0.3"
tungstenite = "0.19.0"
flume = { git = "https://github.com/zesterer/flume", rev = "80d19c49" }
tokio = { version = "1.28.1", features = ["full"] }
tokio-tungstenite = { version = "0.19.0" }
serde_json = { version = "1.0" }
Expand Down

0 comments on commit 50b8176

Please sign in to comment.