This commit is contained in:
mtgmonkey 2025-07-04 14:33:21 -04:00
commit 0a2ec5f358
6 changed files with 4324 additions and 0 deletions

7
Cargo.toml Normal file
View file

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