16 lines
450 B
TOML
16 lines
450 B
TOML
[package]
|
|
name = "letterbox-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
|
|
|
|
[dependencies]
|
|
build-info = "0.0.39"
|
|
letterbox-notmuch = { path = "../notmuch" }
|
|
serde = { version = "1.0.147", features = ["derive"] }
|