Some checks failed
renovate/artifacts Artifact file update failure
Continuous integration / Check (push) Successful in 36s
Continuous integration / Test Suite (push) Successful in 39s
Continuous integration / Trunk (push) Successful in 38s
Continuous integration / Rustfmt (push) Successful in 52s
Continuous integration / build (push) Successful in 47s
Continuous integration / Test Suite (pull_request) Successful in 40s
Continuous integration / Check (pull_request) Successful in 1m20s
Continuous integration / Trunk (pull_request) Successful in 37s
Continuous integration / Rustfmt (pull_request) Successful in 51s
Continuous integration / build (pull_request) Successful in 48s
16 lines
465 B
TOML
16 lines
465 B
TOML
[package]
|
|
name = "letterbox-shared"
|
|
version = "0.6.0"
|
|
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 = { version = "0.6.0", registry = "xinu" }
|
|
serde = { version = "1.0.147", features = ["derive"] }
|