aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parentd321e38ffa410c7e2136e623245c04eebb842c1f (diff)
downloadeditor-9f6447adb277ac7ea6332600d56b98666189168e.tar.zst
Add function to get terminal size.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 026c1d2..0ade713 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5,3 +5,12 @@ version = 3
[[package]]
name = "edit"
version = "0.1.0"
+dependencies = [
+ "libc",
+]
+
+[[package]]
+name = "libc"
+version = "0.2.151"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"