aboutsummaryrefslogtreecommitdiff
path: root/libgitmail/Cargo.toml
blob: 1a453577de689c4d40a30adf6bbdc2b3ea68dccd (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "libgitmail"
description = "Provide an easy type-safe wrapper around git patch emails"
version = "0.1.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
edition = "2018"
license = "GPL-3.0"

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