This repository has no description
1[package]
2name = "schedule-hell"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7anyhow = "1.0.102"
8itertools = "0.14.0"
9notify-rust = "4.12.0"
10pico-args = { version = "0.5.0", features = ["combined-flags", "eq-separator"] }
11rand = "0.9.2"
12serde-aux = "4.7.0"
13shapemaker = { path = "../..", features = ["video"] }
14tokio = { version = "1.50.0", features = ["rt-multi-thread"] }