aboutsummaryrefslogtreecommitdiff
path: root/libgitmail/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'libgitmail/Cargo.toml')
-rw-r--r--libgitmail/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgitmail/Cargo.toml b/libgitmail/Cargo.toml
new file mode 100644
index 0000000..1a45357
--- /dev/null
+++ b/libgitmail/Cargo.toml
@@ -0,0 +1,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" \ No newline at end of file