typst.toml (386B)
1 [package] 2 name = "generic_note" 3 version = "0.0.0" 4 entrypoint = "generic_note.typ" 5 authors = ["Christian Grothoff <https://grothoff.org/christian/>"] 6 license = "GPLv3+" 7 description = "Helper functions for GNU Taler exchange PDF generation in the AML SPA" 8 repository = "git://git.taler.net/exchange" 9 keywords = ["VQF", "AML", "KYC"] 10 11 12 [template] 13 path = "template" 14 entrypoint = "main.typ"