feat: update package version to 1.0.0 and add authors field in Cargo.toml

This commit is contained in:
2025-08-24 13:52:49 +02:00
parent e8ffa214d9
commit 05d32d2814
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
[package]
name = "codebase-to-prompt"
version = "0.1.0"
version = "1.0.0"
edition = "2024"
authors = ["Gabriel Kaszewski <gabrielkaszewski@gmail.com>"]
[dependencies]
anyhow = "1.0.99"