aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-05-25 21:37:07 -0400
committerJesse Luehrs <doy@tozt.net>2020-05-25 21:37:07 -0400
commitfe23507043d5d476e382d364270fcc9419475958 (patch)
treeff7c20b34a5e2ec97db978258186c623b83a2f31 /Cargo.toml
parentbb9b1d9dbe9f1c098a538d729472d257c860fee3 (diff)
downloadrbw-fe23507043d5d476e382d364270fcc9419475958.tar.gz
rbw-fe23507043d5d476e382d364270fcc9419475958.zip
fix finding the active tty name
apparently $TTY is a shell builtin variable, and not set in the actual environment
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d636716..1a4d1b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,9 @@ daemonize = "0.4"
directories = "2.0"
env_logger = "0.7"
humantime = "2.0"
+libc = "0.2"
log = "0.4"
+memchr = "2.3"
nix = "0.17"
openssl = "0.10"
paw = "1.0"