forked from m1guelpf/auto-commit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (24 loc) · 791 Bytes
/
Cargo.toml
File metadata and controls
25 lines (24 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
license = "MIT"
edition = "2021"
version = "0.1.4"
name = "auto-commit"
readme = "README.md"
categories = ["command-line-utilities"]
homepage = "https://github.com/m1guelpf/auto-commit"
repository = "https://github.com/m1guelpf/auto-commit"
description = "Automagically generate commit messages."
authors = ["Miguel Piedrafita <soy@miguelpiedrafita.com>"]
[dependencies]
rand = "0.8.5"
serde = "1.0.164"
spinners = "4.1.0"
question = "0.2.2"
schemars = "0.8.12"
serde_json = "1.0.99"
env_logger = "0.10.0"
clap-verbosity-flag = "2.0.0"
log = { version = "0.4.8", features = ["std"] }
tokio = { version = "1.28.2", features = ["full"] }
clap = { version = "4.0.18", features = ["derive"] }
async-openai = { version = "0.12.0", default-features = false, features = ["native-tls"] }