Update Cargo.toml for packaging

This commit is contained in:
Bill Thiede 2025-02-13 09:35:07 -08:00
parent 2562bdfedf
commit d1beaded09
4 changed files with 17 additions and 6 deletions

View File

@ -3,7 +3,11 @@ name = "notmuch"
version = "0.0.144"
edition = "2021"
exclude = ["/testdata"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "Wrapper for calling notmuch cli"
license = "UNLICENSED"
repository = "https://git.z.xinu.tv/wathiede/letterbox"
publish = ["xinu"]
[dependencies]
log = "0.4.14"

View File

@ -3,6 +3,10 @@ name = "letterbox-server"
version = "0.0.144"
edition = "2021"
default-run = "letterbox-server"
description = "Backend for letterbox"
license = "UNLICENSED"
repository = "https://git.z.xinu.tv/wathiede/letterbox"
publish = ["xinu"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -2,6 +2,10 @@
name = "shared"
version = "0.0.144"
edition = "2021"
description = "Shared module for letterbox"
license = "UNLICENSED"
repository = "https://git.z.xinu.tv/wathiede/letterbox"
publish = ["xinu"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,13 +1,12 @@
[package]
version = "0.0.144"
name = "letterbox"
repository = "https://github.com/seed-rs/seed-quickstart"
authors = ["Bill Thiede <git@xinu.tv>"]
description = "App Description"
categories = ["category"]
license = "MIT"
readme = "./README.md"
edition = "2021"
description = "Web frontend for letterbox"
license = "UNLICENSED"
repository = "https://git.z.xinu.tv/wathiede/letterbox"
publish = ["xinu"]
[build-dependencies]
build-info-build = "0.0.39"