mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 06:19:22 -05:00
17 lines
No EOL
313 B
TOML
17 lines
No EOL
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.36"
|
|
comrak = "0.26.0"
|
|
proc-macro2 = "1.0.86"
|
|
syn = "2.0.74"
|
|
syntect = "5.2.0" |