mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 08:11:24 +01:00
13 lines
190 B
TOML
13 lines
190 B
TOML
[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
|