typst.toml (336B)
1 [package] 2 name = "accept-tos" 3 version = "0.0.0" 4 entrypoint = "accept-tos.typ" 5 authors = ["Christian Grothoff <https://grothoff.org/christian/>"] 6 license = "GPLv3+" 7 description = "Form for terms-of-service acceptance" 8 repository = "git://git.taler.net/exchange" 9 keywords = ["KYC"] 10 11 12 13 [template] 14 path = "template" 15 entrypoint = "main.typ"