16 lines
419 B
TOML
16 lines
419 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", "ab_glyph"] }
|
|
tokio = { workspace = true, features = ["process"] }
|
|
tempfile = "3"
|