From e897a35e3881345633025704596720d83d6ce034 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 12:42:10 +0000 Subject: [PATCH] Check current project files --- Cargo.toml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7a6f876..62df9a7 100644 --- a/Cargo.toml +++ b/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" \ No newline at end of file