From fe23507043d5d476e382d364270fcc9419475958 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 25 May 2020 21:37:07 -0400 Subject: fix finding the active tty name apparently $TTY is a shell builtin variable, and not set in the actual environment --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-54-g00ecf