aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2023-12-26 18:11:55 -0800
committerRose Hogenson <rosehogenson@posteo.net>2023-12-26 18:11:55 -0800
commit9f6447adb277ac7ea6332600d56b98666189168e (patch)
tree75a06e33220d93ea682d4c4904bb62e1e1d9c90a /Cargo.toml
parentAdd the basic rope. (diff)
downloadeditor-9f6447adb277ac7ea6332600d56b98666189168e.tar.zst
Add function to get terminal size.
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 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"