-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (25 loc) · 710 Bytes
/
Cargo.toml
File metadata and controls
28 lines (25 loc) · 710 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
26
27
28
[package]
name = "emoji-commit"
version = "0.1.10"
authors = ["Linus Unnebäck <linus@folkdatorn.se>"]
edition = "2021"
description = "Make your git logs beautiful and readable with the help of emojis"
homepage = "https://github.com/LinusU/emoji-commit"
documentation = "https://github.com/LinusU/emoji-commit#readme"
repository = "https://github.com/LinusU/emoji-commit"
keywords = ["commit", "committer", "emoji", "git", "log"]
readme = "readme.md"
license = "MIT"
[dependencies]
termion = "1.0"
log-update = "~0.1.0"
default-editor = "~0.1.0"
emoji-commit-type = "~0.1.1"
git2 = "~0.15.0"
structopt = "~0.3"
ansi_term = "~0.12"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
strip = true