This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

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