aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJonas Maier <>2026-03-04 16:47:34 +0100
committerJonas Maier <>2026-03-04 16:47:34 +0100
commit15182b740d9d3d3b7e263b1690051aa06334ab0c (patch)
tree198f73df725bce910f5df9229833756f12e1bb60 /Cargo.toml
downloadpish-15182b740d9d3d3b7e263b1690051aa06334ab0c.tar.gz
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..a9a594f
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "pish"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+termios = "0.3"