feat: derive Deserialize on OutputFormat, Browser, PdfModeArg

This commit is contained in:
Jacob Magar 2026-04-11 12:13:25 -04:00
parent af304eda7f
commit cfe455b752
2 changed files with 33 additions and 3 deletions

View file

@ -17,6 +17,7 @@ noxa-pdf = { workspace = true }
dotenvy = { workspace = true }
rand = "0.8"
serde_json = { workspace = true }
serde = { workspace = true }
tokio = { workspace = true }
clap = { workspace = true }
tracing = { workspace = true }