summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-03-29 23:15:50 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-03-29 23:15:50 +0800
commit80979a179f924af87a33fc81ccca055ce6df5636 (patch)
tree05cfb353642fad61170e8584d0d9bdfe676dd0f8 /Cargo.toml
parente811effe6424cd691260b07d1187d7c2d34ad4f1 (diff)
Don't try to shutdown keyinput thread to not lose input events
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 e786b0a..a21faa0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,6 +26,7 @@ tui-react = { path = "./tui-react", version = "0.2" }
num_cpus = "1.10.0"
unicode-segmentation = "1.3.0"
filesize = "0.2.0"
+flume = {version = "0.7.1", default-features = false}
[[bin]]
name="dua"