From 1fd0154711eadcd77c36bf6fc55917be54949f6a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 20 Oct 2019 12:59:02 -0400 Subject: drop root privileges during normal operation it should only be necessary for reading the tls key and binding to low-numbered ports --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c696d13..1ab6844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,6 +30,7 @@ tokio-signal = "0.2" tokio-tls = "0.2" twoway = "0.2" url = "1" +users = "0.9" uuid = { version = "0.7", features = ["v4"] } [[bin]] -- cgit v1.2.3-54-g00ecf