From 2fee948de10d28a4b09ac4188d6967373bac5cac Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 17 Jan 2026 00:40:22 +0100 Subject: nonblocking, good stuff w/ vte :) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f4b7be2..f282520 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,5 @@ edition = "2024" [dependencies] nix = {default-features = false, features=["term","process","fs"], version="0.30.1"} +nonblock = "0.2.0" vte = "0.15.0" -- cgit v1.3.1