更新项目结构,添加新依赖,优化交互模式和命令行参数处理
All checks were successful
Rust Cross-Compile and Release / build_and_release (push) Successful in 8m40s
All checks were successful
Rust Cross-Compile and Release / build_and_release (push) Successful in 8m40s
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
name = "ccmk"
|
||||
version = "1.0.1"
|
||||
edition = "2024"
|
||||
description = "A CLI tool to quickly generate CMake project structures"
|
||||
authors = ["hokori"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4.4", features = ["derive"] }
|
||||
inquire = "0.7"
|
||||
regex = "1.10.2"
|
||||
regex = "1.10"
|
||||
|
||||
Reference in New Issue
Block a user