typst/macros/Cargo.toml
2021-12-16 14:43:02 +01:00

14 lines
226 B
TOML

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