~soywod/pimalaya

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] Add homepage and repository to all crates

Details
Message ID
<20230827100230.25614-2-hugo@whynothugo.nl>
DKIM signature
pass
Download raw message
Patch: +20 -0
This makes navigating from crates.io and docs.rs a bit easier.
---
 email-tpl/Cargo.toml | 2 ++
 email/Cargo.toml     | 2 ++
 keyring/Cargo.toml   | 2 ++
 maildir++/Cargo.toml | 2 ++
 mml/Cargo.toml       | 2 ++
 oauth2/Cargo.toml    | 2 ++
 pgp/Cargo.toml       | 2 ++
 process/Cargo.toml   | 2 ++
 secret/Cargo.toml    | 2 ++
 time/Cargo.toml      | 2 ++
 10 files changed, 20 insertions(+)

diff --git a/email-tpl/Cargo.toml b/email-tpl/Cargo.toml
index 1437934..dcafdb7 100644
--- a/email-tpl/Cargo.toml
+++ b/email-tpl/Cargo.toml
@@ -2,6 +2,8 @@
name = "pimalaya-email-tpl"
version = "0.3.2-beta"
description = "Rust library for representing MIME Messages as Emacs MIME Meta Language templates."
homepage = "https://pimalaya.org/"
repository = "https://git.sr.ht/~soywod/pimalaya"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2021"
license = "MIT"
diff --git a/email/Cargo.toml b/email/Cargo.toml
index 2d1444c..b1198a9 100644
--- a/email/Cargo.toml
+++ b/email/Cargo.toml
@@ -2,6 +2,8 @@
name = "pimalaya-email"
version = "0.14.1-beta"
description = "Rust library to manage your emails."
homepage = "https://pimalaya.org/"
repository = "https://git.sr.ht/~soywod/pimalaya"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2021"
license = "MIT"
diff --git a/keyring/Cargo.toml b/keyring/Cargo.toml
index 0b4dd65..5c30b0a 100644
--- a/keyring/Cargo.toml
+++ b/keyring/Cargo.toml
@@ -2,6 +2,8 @@
name = "pimalaya-keyring"
version = "0.0.6-beta"
description = "Rust library to manage keyring for the Pimalaya project."
homepage = "https://pimalaya.org/"
repository = "https://git.sr.ht/~soywod/pimalaya"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2021"
license = "MIT"
diff --git a/maildir++/Cargo.toml b/maildir++/Cargo.toml
index 3e49e9b..c61b3e5 100644
--- a/maildir++/Cargo.toml
+++ b/maildir++/Cargo.toml
@@ -2,6 +2,8 @@
name = "maildirpp"
version = "0.0.3"
description = "Rust library to manipulate Maildir++ emails."
homepage = "https://pimalaya.org/"
repository = "https://git.sr.ht/~soywod/pimalaya"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2021"
license = "MIT"
diff --git a/mml/Cargo.toml b/mml/Cargo.toml
index 6df8d68..344c2c1 100644
--- a/mml/Cargo.toml
+++ b/mml/Cargo.toml
@@ -2,6 +2,8 @@
name = "mml-lib"
version = "0.1.2"
description = "Rust implementation of the Emacs MIME message Meta Language (MML)."
homepage = "https://pimalaya.org/"
repository = "https://git.sr.ht/~soywod/pimalaya"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2021"
license = "MIT"
diff --git a/oauth2/Cargo.toml b/oauth2/Cargo.toml
index 8bda06d..2dad27d 100644
--- a/oauth2/Cargo.toml
+++ b/oauth2/Cargo.toml
@@ -2,6 +2,8 @@
name = "pimalaya-oauth2"
version = "0.0.5-beta"
description = "Rust library to simplify OAuth2 flows."
homepage = "https://pimalaya.org/"
repository = "https://git.sr.ht/~soywod/pimalaya"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2021"
license = "MIT"
diff --git a/pgp/Cargo.toml b/pgp/Cargo.toml
index 31c6ec7..4136119 100644
--- a/pgp/Cargo.toml
+++ b/pgp/Cargo.toml
@@ -2,6 +2,8 @@
name = "pgp-lib"
version = "0.0.1"
description = "Rust library to manage PGP keys and to deal with PGP operations."
homepage = "https://pimalaya.org/"
repository = "https://git.sr.ht/~soywod/pimalaya"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2021"
license = "MIT"
diff --git a/process/Cargo.toml b/process/Cargo.toml
index 94a5dd8..1c545fd 100644
--- a/process/Cargo.toml
+++ b/process/Cargo.toml
@@ -2,6 +2,8 @@
name = "pimalaya-process"
version = "0.0.6-beta"
description = "Rust library to run cross-platform, asynchronous processes in pipelines."
homepage = "https://pimalaya.org/"
repository = "https://git.sr.ht/~soywod/pimalaya"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2021"
license = "MIT"
diff --git a/secret/Cargo.toml b/secret/Cargo.toml
index c1f065c..05a9468 100644
--- a/secret/Cargo.toml
+++ b/secret/Cargo.toml
@@ -2,6 +2,8 @@
name = "pimalaya-secret"
version = "0.0.6-beta"
description = "Rust library to manage secrets for the Pimalaya project."
homepage = "https://pimalaya.org/"
repository = "https://git.sr.ht/~soywod/pimalaya"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2021"
license = "MIT"
diff --git a/time/Cargo.toml b/time/Cargo.toml
index 6b96773..4d9b9ff 100644
--- a/time/Cargo.toml
+++ b/time/Cargo.toml
@@ -2,6 +2,8 @@
name = "pimalaya-time"
version = "0.0.2"
description = "Rust library to manage your time."
homepage = "https://pimalaya.org/"
repository = "https://git.sr.ht/~soywod/pimalaya"
authors = ["soywod <clement.douin@posteo.net>"]
edition = "2021"
license = "MIT"
-- 
2.42.0
Reply to thread Export thread (mbox)