[package] name = "bulletin-generator" version.workspace = true edition.workspace = true [[bin]] name = "bulletin-generator" path = "src/main.rs" [dependencies] bulletin-shared = { path = "../bulletin-shared" } tokio.workspace = true serde.workspace = true serde_json.workspace = true reqwest.workspace = true chrono.workspace = true anyhow.workspace = true clap.workspace = true tracing.workspace = true tracing-subscriber.workspace = true tera = "1.20" printpdf = "0.7" headless_chrome = "1.0" html-escape = "0.2" regex = "1.11" urlencoding = "2.1" dotenvy.workspace = true base64 = "0.22"