summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSam Tay <sam.chong.tay@gmail.com>2020-07-15 00:43:55 -0700
committerSam Tay <sam.chong.tay@gmail.com>2020-07-15 00:43:55 -0700
commit06940575afe283c870b559076bc8b41055db061d (patch)
tree39fe51e1fba9e7e92462d1db74a0cba916051a93 /Cargo.toml
parent93c13cdbf3fecaf23f21237ecee42d62f62905e0 (diff)
Add some basic TUI teststui-test
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 d60e8db..51e30e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ travis-ci = { repository = "samtay/so", branch = "master" }
[dev-dependencies]
criterion = "0.3"
+crossbeam-channel = "0.4.2"
[[bench]]
name = "html_parsing"