Files
chg-shell/Cargo.toml
2025-04-04 17:37:44 -04:00

14 lines
177 B
TOML

[package]
name = "chg-shell"
version = "0.1.0"
edition = "2021"
[dependencies]
inquire = "0.7.5"
libc = "0.2.171"
regex = "1.11.1"
[[bin]]
name = "chg-shell"
path = "main.rs"