feat: video renderer adapter w/ slides + charts + ffmpeg
This commit is contained in:
15
crates/adapters/wrapup-renderer/Cargo.toml
Normal file
15
crates/adapters/wrapup-renderer/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user