Move most package metadata to workspace

This commit is contained in:
2025-02-22 11:08:15 -08:00
parent 4b7cbd4f9b
commit 871a93d58f
6 changed files with 35 additions and 26 deletions

View File

@@ -1,12 +1,12 @@
[package]
version = "0.7.0"
name = "letterbox-web"
authors = ["Bill Thiede <git@xinu.tv>"]
edition = "2021"
description = "Web frontend for letterbox"
license = "UNLICENSED"
repository = "https://git.z.xinu.tv/wathiede/letterbox"
publish = ["xinu"]
description = "Web frontend for letterbox"
authors.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
version.workspace = true
[build-dependencies]
build-info-build = "0.0.39"