aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJonas Maier <>2026-03-05 17:37:52 +0100
committerJonas Maier <>2026-03-05 17:37:52 +0100
commit07c802b93a241d566161d3077b3254df4067fa1e (patch)
treeebe370181c9660d3b6657d2de12e5adc3b884946 /Cargo.toml
parentf919c3e5d10db7afe41a14b94b99cd38e44d2720 (diff)
downloadpish-07c802b93a241d566161d3077b3254df4067fa1e.tar.gz
lots of shenanigans to have proper execve reload
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 7280820..0588542 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +6,5 @@ edition = "2024"
license-file = "LICENSE"
[dependencies]
+libc = "0.2.182"
termios = "0.3"