first commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user