[package]
name = "commit-email"
version = "0.2.0"
authors = ["Marvin König <dev@mkqavi.com>"]
license = "MIT"
description = "A tool that reminds you to commit with the correct email address"
repository = "https://github.com/mkqavi/commit-email"
readme = "README.md"
edition = "2018"
[dependencies]
git2 = "0.13.24"
dirs = "4.0.0"
serde = { version = "1.0.130", features = ["derive"] }
toml = "0.5.8"
cursive = { version = "0.16.3", features = ["crossterm-backend", "toml"], default_features = false }
url = { version = "2.2.2", features = ["serde"] }
repo-cli = "0.1.2"
anyhow = "1.0.45"