tvl-depot/corp/rih/frontend/static-markdown/Cargo.toml
Vincent Ambo 5dee4780da chore(corp/rih): move frontend to a separate folder
Change-Id: Ic7467f459015c39c73f87c61a048319eaf1243be
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8714
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2023-06-06 11:43:00 +00:00

12 lines
153 B
TOML

[package]
version = "1.0.0"
name = "static_markdown"
edition = "2018"
[lib]
proc-macro = true
[dependencies]
syn = "1.0"
quote = "1.0"
comrak = "0.18"