Add authenticated media certificate generator

This commit is contained in:
Lambda 2024-09-05 21:51:19 +00:00
parent be14f5bddc
commit d6fe411443
14 changed files with 1930 additions and 11 deletions

View file

@ -0,0 +1,13 @@
[package]
name = "auth-media-cert-gen"
version = "0.1.0"
edition = "2021"
[dependencies]
comemo = "0.4.0"
time = "0.3.36"
typst = "0.11.1"
typst-render = "0.11.1"
[lints]
workspace = true