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