16 lines
407 B
TOML
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"
|
|
rusttype = "0.9"
|
|
plotters = { version = "0.3", default-features = false, features = ["bitmap_backend", "bitmap_encoder"] }
|
|
tokio = { workspace = true, features = ["process"] }
|
|
tempfile = "3"
|