Files
chg-shell/Cargo.toml
2025-04-11 14:53:55 -04:00

15 lines
195 B
TOML

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