mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 06:19:22 -05:00
17 lines
313 B
TOML
17 lines
313 B
TOML
|
[package]
|
||
|
publish = false
|
||
|
name = "demo_markdown"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
quote = "1.0.33"
|
||
|
comrak = "0.20.0"
|
||
|
proc-macro2 = "1.0.71"
|
||
|
syn = "2.0.43"
|
||
|
syntect = "5.1.0"
|