summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2019-02-24 18:15:34 +0100
committerReiner Herrmann <reiner@reiner-h.de>2019-02-24 18:15:34 +0100
commit1c2a97ffdf069b60a696a9825b56e61c08a10147 (patch)
tree7045509d6bf8892ed58eb5356b0e6a88138b0d80 /Cargo.toml
parentfd8e583bf411528989f6d009307056d21451c287 (diff)
Bind to real tftp port (69) and drop privileges immediately after
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 ab6e99f..0262809 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2018"
license = "GPL-3.0-or-later"
[dependencies]
+nix = "0.13.0"
[[bin]]
name = "rtftpd"