about summary refs log tree commit diff
path: root/corp/rih/frontend/static-markdown/Cargo.toml
blob: c0e298d44cf2330ad001ba85963be4ab82939385 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
version = "1.0.0"
name = "static_markdown"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
syn = "1.0"
quote = "1.0"
comrak = "0.18"