[package] name = "agm" version = "0.1.0" edition = "2021" description = "A smart assistant for the Git CLI" license = "Apache-2.0" repository = "https://github.com/odysa/agm" include = ["src/**/*", "Cargo.toml"] readme = "README.md" keywords = ["git", "cli", "gpt", "ai", "agm"] categories = ["development-tools", "cli"] authors = ["Chengxu Bian"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" dirs = "5" dotenvy = "0.15" openai-api-rs = "4" serde = "1" serde_json = "1" toml = "0.8.12"