forked from Spencer/chg-shell
15 lines
195 B
TOML
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"
|