Files
movies-diary/crates/adapters/wrapup-renderer/Cargo.toml
Gabriel Kaszewski efd1214a4c
Some checks failed
CI / Check / Test (push) Failing after 43s
feat: font rendering + logo branding on wrapup slides
2026-06-02 23:16:55 +02:00

16 lines
407 B
TOML

[package]
name = "wrapup-renderer"
version = "0.1.0"
edition = "2024"
[dependencies]
domain = { workspace = true }
async-trait = { workspace = true }
tracing = { workspace = true }
image = "0.25"
imageproc = "0.25"
ab_glyph = "0.2"
plotters = { version = "0.3", default-features = false, features = ["bitmap_backend", "bitmap_encoder"] }
tokio = { workspace = true, features = ["process"] }
tempfile = "3"