From 7202a395f9397ef22e137037a31d85668ceb1be7 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 8 Mar 2019 20:29:21 +0100 Subject: Use threadpool to handle multiple clients in parallel --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3