-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (23 loc) · 758 Bytes
/
Cargo.toml
File metadata and controls
24 lines (23 loc) · 758 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
[package]
name = "gitmoji"
version = "1.1.1"
authors = ["Jonas Geschke <[email protected]>"]
edition = "2018"
license = "MIT"
description = "CLI for gitmoji"
homepage = "https://github.com/kegesch/gitmoji-cli"
repository = "https://github.com/kegesch/gitmoji-cli"
documentation = "https://docs.rs/gitmoji-cli"
[dependencies]
clap = { version = "^2.33.0", features = ["yaml", "wrap_help"] }
reqwest = { version = "0.10.1", features = ["json", "blocking"] }
enquirer = "0.3.0"
spinners = "1.2.0"
dirs = "2.0.2"
json = "0.12.1"
colored = "1.9.2"
once_cell = "1.3.1"
dialoguer = { git = "https://github.com/SirWindfield/dialoguer", branch = "feat_fuzzy", version = "0.6.2", features = ["fuzzy-select"] }
confy = "0.3.1"
serde_derive = "1.0.104"
serde = "1.0.104"