summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-11-10 01:08:06 -0500
committerGitHub <noreply@github.com>2022-11-10 01:08:06 -0500
commitf5ec9191f270ffb4fc36e34836e931d3ef55a162 (patch)
treea51b3b58b957a14370efc32b0bc7f4251a563df3 /Cargo.toml
parent7e6e098e2b9775964e7c416626069d7c28d7fcc6 (diff)
other: try using flume for channel (#884)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2fdcb891..72f1ed0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -69,6 +69,7 @@ crossterm = "0.25.0"
ctrlc = { version = "3.1.9", features = ["termination"] }
dirs = "4.0.0"
fern = { version = "0.6.1", optional = true }
+flume = "0.10.14"
futures = "0.3.21"
futures-timer = "3.0.2"
fxhash = "0.2.1"