[package]
name = "leave-optimizer"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Gap-merging leave strategy optimizer. Finds optimal vacation plans by bridging work gaps between rest blocks, accounting for Chinese holidays and weekends."
[dependencies]
chrono = { workspace = true }
serde = { workspace = true }
shift-algorithm = { path = "../shift-algorithm", version = "0.1.0" }
holiday-engine = { path = "../holiday-engine", version = "0.1.0" }