更新项目结构,添加新依赖,优化交互模式和命令行参数处理
All checks were successful
Rust Cross-Compile and Release / build_and_release (push) Successful in 8m40s

This commit is contained in:
Yakumo Hokori
2026-01-15 16:10:18 +08:00
parent ae95cfda79
commit 34f8384768
4 changed files with 534 additions and 111 deletions

View File

@@ -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"