Radish alpha
r
Git libraries for Radicle
Radicle
Git (anonymous pull)
Log in to clone via SSH
git-trailers: prepare git-trailers for publishing
Fintan Halpenny committed 3 years ago
commit c6fe71d2e572d2954b9daf87020d9a3960f5e679
parent ddbdbea93220c5a190a629b069d112da99b6510d
1 file changed +7 -1
modified git-trailers/Cargo.toml
@@ -1,9 +1,15 @@
[package]
name = "git-trailers"
version = "0.1.0"
-
authors = ["Nuno Alexandre <hi@nunoalexandre.com>", "Kim Altintop <kim@eagain.st>"]
+
authors = [
+
  "Nuno Alexandre <hi@nunoalexandre.com>",
+
  "Kim Altintop <kim@eagain.st>",
+
  "Fintan Halpenny <fintan.halpenny@gmail.com>",
+
]
edition = "2018"
license = "GPL-3.0-or-later"
+
description = "Library to support parsing and display git trailers <https://git-scm.com/docs/git-interpret-trailers>"
+
keywords = ["git"]

[lib]
doctest = false