aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
parenta8e3dcf526462d82402985d137402963b0b344de (diff)
downloadpish-a9bf864158e67353f57047cdc4d6b0e325d73eae.tar.gz
maybe soon better escape code parsing
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock30
1 files changed, 30 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9ffec25..ce62280 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -62,6 +62,7 @@ dependencies = [
"nix",
"pish_derive",
"sqlite",
+ "terminfo-lean",
"termios",
]
@@ -144,6 +145,15 @@ dependencies = [
]
[[package]]
+name = "terminfo-lean"
+version = "0.1.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "be1edf3004e37d1801b97add9c9923547c850b12431d4290e242915629109211"
+dependencies = [
+ "thiserror",
+]
+
+[[package]]
name = "termios"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -153,6 +163,26 @@ dependencies = [
]
[[package]]
+name = "thiserror"
+version = "2.0.18"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
+dependencies = [
+ "thiserror-impl",
+]
+
+[[package]]
+name = "thiserror-impl"
+version = "2.0.18"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn",
+]
+
+[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"