[package] name = "bb-pdf" version.workspace = true edition.workspace = true license-file.workspace = true description = "Render Balanced Breakfast article HTML to a Supernote-friendly PDF." [dependencies] pter = { path = "../../../../Libraries/pter" } pulldown-cmark = { version = "0.13", default-features = false } printpdf = { version = "0.11" } thiserror = { workspace = true } [lints] workspace = true