From 9f6447adb277ac7ea6332600d56b98666189168e Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 26 Dec 2023 18:11:55 -0800 Subject: Add function to get terminal size. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6b7729f..b366879 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +"libc" = "0.2" -- cgit v1.3.1