[package]
name = "shift-statistics"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Monthly shift counts, consecutive work days tracking, rest day countdown, and two-team common rest day finder. Built on shift-algorithm."
[dependencies]
chrono = { workspace = true }
serde = { workspace = true }
shift-algorithm = { path = "../shift-algorithm", version = "0.1.0" }