typst/macros/Cargo.toml
2023-02-06 11:53:49 +01:00

18 lines
286 B
TOML

[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"