Update Cargo.toml for packaging
This commit is contained in:
parent
2562bdfedf
commit
d1beaded09
@ -3,7 +3,11 @@ name = "notmuch"
|
|||||||
version = "0.0.144"
|
version = "0.0.144"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
exclude = ["/testdata"]
|
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]
|
[dependencies]
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
|
|||||||
@ -3,6 +3,10 @@ name = "letterbox-server"
|
|||||||
version = "0.0.144"
|
version = "0.0.144"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
default-run = "letterbox-server"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|||||||
@ -2,6 +2,10 @@
|
|||||||
name = "shared"
|
name = "shared"
|
||||||
version = "0.0.144"
|
version = "0.0.144"
|
||||||
edition = "2021"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
version = "0.0.144"
|
version = "0.0.144"
|
||||||
name = "letterbox"
|
name = "letterbox"
|
||||||
repository = "https://github.com/seed-rs/seed-quickstart"
|
|
||||||
authors = ["Bill Thiede <git@xinu.tv>"]
|
authors = ["Bill Thiede <git@xinu.tv>"]
|
||||||
description = "App Description"
|
|
||||||
categories = ["category"]
|
|
||||||
license = "MIT"
|
|
||||||
readme = "./README.md"
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
description = "Web frontend for letterbox"
|
||||||
|
license = "UNLICENSED"
|
||||||
|
repository = "https://git.z.xinu.tv/wathiede/letterbox"
|
||||||
|
publish = ["xinu"]
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
build-info-build = "0.0.39"
|
build-info-build = "0.0.39"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user