summaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
blob: 1a06b1d3a1f3991055ad5a8c12483fb9bf211be2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "typst-macros"
version = "0.0.0"
authors = ["The Typst Project Developers"]
edition = "2021"

[lib]
proc-macro = true
test = false
doctest = false
bench = false

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }
unscanny = "0.1"