From 894016ae702600608d157becaa7b5ed208ffd17a Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 24 Feb 2019 20:33:40 +0100 Subject: Parse command line and make some parameters configurable --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0262809..d73675a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ license = "GPL-3.0-or-later" [dependencies] nix = "0.13.0" +getopts = "0.2.18" [[bin]] name = "rtftpd" -- cgit v1.2.3