Skip to content

Commit

Permalink
Remove flume.
Browse files Browse the repository at this point in the history
  • Loading branch information
vldr committed Aug 8, 2023
1 parent d4e8211 commit 7808f53
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 169 deletions.
127 changes: 16 additions & 111 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 @@ -6,9 +6,9 @@ edition = "2021"
[dependencies]
futures-util = "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" }
serde = { version = "1.0", features = ["derive"] }
uuid = { version = "1.3.2", features = ["v4"] }
async-trait = "0.1.72"

0 comments on commit 7808f53

Please sign in to comment.