From 57877f268d125eff44faf33bd22bfbfc85228f23 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 22 Feb 2025 11:10:22 -0800 Subject: [PATCH] Set repository in workspace --- Cargo.toml | 3 +-- notmuch/Cargo.toml | 1 + procmail2notmuch/Cargo.toml | 1 + server/Cargo.toml | 1 + shared/Cargo.toml | 1 + web/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a396319..926dd09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,11 @@ members = ["web", "server", "notmuch", "procmail2notmuch", "shared"] [workspace.package] authors = ["Bill Thiede "] -description = "Web frontend for letterbox" edition = "2021" license = "UNLICENSED" publish = ["xinu"] version = "0.7.0" - +repository = "https://git.z.xinu.tv/wathiede/letterbox" [profile.dev] opt-level = 1 diff --git a/notmuch/Cargo.toml b/notmuch/Cargo.toml index 22118fe..c802ba4 100644 --- a/notmuch/Cargo.toml +++ b/notmuch/Cargo.toml @@ -6,6 +6,7 @@ authors.workspace = true edition.workspace = true license.workspace = true publish.workspace = true +repository.workspace = true version.workspace = true diff --git a/procmail2notmuch/Cargo.toml b/procmail2notmuch/Cargo.toml index 73843c6..46a76a7 100644 --- a/procmail2notmuch/Cargo.toml +++ b/procmail2notmuch/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true edition.workspace = true license.workspace = true publish.workspace = true +repository.workspace = true version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/server/Cargo.toml b/server/Cargo.toml index 830abb7..43194b1 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -6,6 +6,7 @@ authors.workspace = true edition.workspace = true license.workspace = true publish.workspace = true +repository.workspace = true version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 3bc5906..43b7123 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true edition.workspace = true license.workspace = true publish.workspace = true +repository.workspace = true version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/web/Cargo.toml b/web/Cargo.toml index 89b2134..9a8ed32 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "letterbox-web" -repository = "https://git.z.xinu.tv/wathiede/letterbox" description = "Web frontend for letterbox" authors.workspace = true edition.workspace = true license.workspace = true publish.workspace = true +repository.workspace = true version.workspace = true [build-dependencies]