mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-19 08:41:24 +01:00
Add authenticated media certificate generator
This commit is contained in:
parent
be14f5bddc
commit
d6fe411443
14 changed files with 1930 additions and 11 deletions
13
auth-media-cert-gen/Cargo.toml
Normal file
13
auth-media-cert-gen/Cargo.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue