summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2019-03-08 20:29:21 +0100
committerReiner Herrmann <reiner@reiner-h.de>2019-03-08 20:29:21 +0100
commit7202a395f9397ef22e137037a31d85668ceb1be7 (patch)
treefcbccb098372339bb6cab493f25e39690628f22c /Cargo.toml
parent6694875f8cd850ae0a09c88790921c47d7bd2bfe (diff)
Use threadpool to handle multiple clients in parallel
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 68407bb..aed023d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ panic = 'abort'
[dependencies]
nix = "0.13.0"
getopts = "0.2.18"
+threadpool = "1.7.1"
[[bin]]
name = "rtftpd"