Set repository in workspace

This commit is contained in:
Bill Thiede 2025-02-22 11:10:22 -08:00
parent 871a93d58f
commit 57877f268d
6 changed files with 6 additions and 3 deletions

View File

@ -5,12 +5,11 @@ members = ["web", "server", "notmuch", "procmail2notmuch", "shared"]
[workspace.package]
authors = ["Bill Thiede <git@xinu.tv>"]
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

View File

@ -6,6 +6,7 @@ authors.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
repository.workspace = true
version.workspace = true

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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]