Skip to main content

max / balanced_breakfast

408 B · 16 lines History Blame Raw
1 [package]
2 name = "bb-pdf"
3 version.workspace = true
4 edition.workspace = true
5 license-file.workspace = true
6 description = "Render Balanced Breakfast article HTML to a Supernote-friendly PDF."
7
8 [dependencies]
9 pter = { path = "../../../../Libraries/pter" }
10 pulldown-cmark = { version = "0.13", default-features = false }
11 printpdf = { version = "0.11" }
12 thiserror = { workspace = true }
13
14 [lints]
15 workspace = true
16