aboutsummaryrefslogtreecommitdiff
path: root/libgitmail/Cargo.toml
blob: 778d0eff62f71d0ee06d38937733348abd8b66ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "libgitmail"
description = "Provide an easy type-safe wrapper around git patch emails"
repository = "https://git.sr.ht/~spacekookie/dev-suite"
keywords = ["git", "mail", "patch", "git-send-mail", "git-patch"]
categories = ["email", "parsing"]
readme = "readme.md"
version = "0.1.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
edition = "2018"
license = "GPL-3.0"

[dependencies]
mailparse = "0.10"
nom = "5.0"

[dev-dependencies]
quickcheck = "0.9"