aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libgitmail/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgitmail/Cargo.toml b/libgitmail/Cargo.toml
index b053bcc..778d0ef 100644
--- a/libgitmail/Cargo.toml
+++ b/libgitmail/Cargo.toml
@@ -1,6 +1,10 @@
[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"