From 15182b740d9d3d3b7e263b1690051aa06334ab0c Mon Sep 17 00:00:00 2001 From: Jonas Maier <> Date: Wed, 4 Mar 2026 16:47:34 +0100 Subject: initial commit --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.3