From a281dc1e950ef118c927d91f8bdc1226ff884dbc Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 7 Oct 2018 17:17:19 +0200 Subject: Initial import --- Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..e76643f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "amt" +version = "0.1.0" +authors = ["Matthias Beyer "] +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" -- cgit v1.2.3