aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-20 12:59:02 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-20 12:59:02 -0400
commit1fd0154711eadcd77c36bf6fc55917be54949f6a (patch)
tree1702186dac1f7f4be3295fd9d53f7dd72477cee6 /Cargo.toml
parentce48e85996f81a9a20846217bb5c150f7745b082 (diff)
downloadteleterm-1fd0154711eadcd77c36bf6fc55917be54949f6a.tar.gz
teleterm-1fd0154711eadcd77c36bf6fc55917be54949f6a.zip
drop root privileges during normal operation
it should only be necessary for reading the tls key and binding to low-numbered ports
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 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]]