Check current project files
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@@ -2,17 +2,10 @@
|
||||
name = "auto-commit"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "A Rust CLI tool that analyzes git staged changes and generates conventional commit messages"
|
||||
authors = ["Auto Commit Contributors"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4", features = ["derive"] }
|
||||
git2 = "0.18"
|
||||
dialoguer = "0.11"
|
||||
anyhow = "1.0"
|
||||
colored = "2.1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
lto = true
|
||||
colored = "2.1"
|
||||
Reference in New Issue
Block a user