amlich-api 0.1.4

Vietnamese Lunar Calendar - Stable API facade and DTO contract
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "amlich-api"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Vietnamese Lunar Calendar - Stable API facade and DTO contract"

[dependencies]
amlich-core = { path = "../amlich-core", version = "0.1.4" }
chrono = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }

[dev-dependencies]
serde_json = { workspace = true }