summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2fc849641d84fa03b884f0096a02671ac8176bb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name        = "amt"
version     = "0.1.1"
authors     = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Accumulate git-trailers from emails grouped by mail subject"
keywords    = ["tool", "git", "cli", "mail", "email"]
categories  = ["command-line-utilities", "email"]
readme      = "README.md"
license     = "GPL-2.0"
repository  = "https://github.com/matthiasbeyer/amt"

[dependencies]
walkdir   = "2"
mailparse = "0.6"
clap      = "2"
regex     = "1"
itertools = "0.7"