types 0.1.0

Shared types and DTOs for the Liturgy workspace.
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.serde]
features = ["derive", "rc"]
version = "1.0"

[lib]
name = "types"
path = "src/lib.rs"

[lints.clippy]
items_after_statements = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
return_self_not_must_use = "allow"
similar_names = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "Shared types and DTOs for the Liturgy workspace."
edition = "2024"
homepage = "https://liturgy.ericbreyer.com"
keywords = ["types", "dto", "liturgy"]
license = "MIT OR Apache-2.0"
name = "types"
readme = "README.md"
repository = "https://github.com/ericbreyer/liturgy"
version = "0.1.0"