From 06e90f8e12f207b65df99e93b6a6ef27c999a137 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 16 Jul 2020 03:43:20 -0400 Subject: allow setting the terminal size --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a71c256..d1673b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,6 @@ authors = ["Jesse Luehrs "] edition = "2018" [dependencies] +libc = "*" nix = "0.17" thiserror = "1.0" -- cgit v1.2.3-54-g00ecf