[package]
name = "shift-algorithm"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Core scheduling algorithm: date → cycle index → shift type"
[dependencies]
chrono = { workspace = true }
serde = { workspace = true }