This commit is contained in:
andromeda
2026-01-16 21:31:03 +01:00
commit eedc84d871
7 changed files with 325 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "rustty"
version = "0.1.0"
edition = "2024"
[dependencies]
nix = {default-features = false, features=["term","process","fs"], version="0.30.1"}
vte = "0.15.0"