Files
chg-shell/Cargo.toml
2025-04-04 01:47:17 +00:00

13 lines
158 B
TOML

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