commit-email 0.1.0

A tool that reminds you to commit with the correct email address
[package]
name = "commit-email"
version = "0.1.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"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
git2 = "0.13.9"
dirs = "3.0.1"
serde = { version = "1.0.115", features = ["derive"] }
toml = "0.5.6"
cursive = { version = "0.15.0", features = ["crossterm-backend", "toml"] }
url = { version = "2.2.0", features = ["serde"] }
repo-cli = "0.1.2"
anyhow = "1.0.34"