diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2023-12-26 18:11:55 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2023-12-26 18:11:55 -0800 |
| commit | 9f6447adb277ac7ea6332600d56b98666189168e (patch) | |
| tree | 75a06e33220d93ea682d4c4904bb62e1e1d9c90a /Cargo.toml | |
| parent | Add the basic rope. (diff) | |
| download | editor-9f6447adb277ac7ea6332600d56b98666189168e.tar.zst | |
Add function to get terminal size.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
