aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJonas Maier <>2026-04-21 19:59:02 +0200
committerJonas Maier <>2026-04-21 19:59:02 +0200
commita9bf864158e67353f57047cdc4d6b0e325d73eae (patch)
treead6a1845ee3f695f066ba0caa0d01b87e86c8146 /Cargo.toml
parenta8e3dcf526462d82402985d137402963b0b344de (diff)
downloadpish-a9bf864158e67353f57047cdc4d6b0e325d73eae.tar.gz
maybe soon better escape code parsing
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 d95a2ed..5931d53 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,4 @@ sqlite = "0.37.0"
termios = "0.3"
pish_derive = { path = "./pish_derive" }
nix = { version = "0.31.2", features = ["poll", "signal"] }
+terminfo-lean = "0.1.2"