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

[lib]
proc-macro = true

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