first commit

This commit is contained in:
Pin Straw
2025-04-04 01:47:17 +00:00
commit 65cc4927dd
4 changed files with 505 additions and 0 deletions

12
Cargo.toml Normal file
View 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"