1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-21 12:18:08 +03:00
git-cliff/git-cliff-core/Cargo.toml
orhun 4a1ed9bb11
chore(project): rename
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-30 01:45:03 +03:00

35 lines
746 B
TOML

[package]
name = "git-cliff-core"
version = "0.1.0"
description = ""
authors = ["git-cliff contributors <git-cliff@protonmail.com>"]
license = "GPL-3.0"
readme = "README.md"
documentation = "https://github.com/orhun/git-cliff/blob/master/README.md"
homepage = "https://github.com/orhun/git-cliff"
repository = "https://github.com/orhun/git-cliff"
keywords = []
categories = []
edition = "2018"
[dependencies]
thiserror = "1.0"
git2 = "0.13.20"
serde = "1.0"
serde_derive = "1.0"
tera = "1.9.0"
regex = "1.5.4"
serde_regex = "1.1.0"
[dependencies.config]
version = "0.11.0"
default-features = false
features = ["toml", "yaml"]
[dev-dependencies]
pretty_assertions = "0.7"
[dependencies.git-conventional]
version = "0.9.2"
features = ["serde"]