mirror of
https://github.com/typst/typst
synced 2025-05-17 02:25:27 +08:00
24 lines
475 B
TOML
24 lines
475 B
TOML
[package]
|
|
name = "typst-macros"
|
|
version = "0.2.0"
|
|
authors = ["The Typst Project Developers"]
|
|
edition = "2021"
|
|
description = "Proc-macros for Typst."
|
|
homepage = "https://typst.app"
|
|
repository = "https://github.com/typst/typst"
|
|
license = "Apache-2.0"
|
|
keywords = ["typst"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
test = false
|
|
doctest = false
|
|
bench = false
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
syn = { version = "1", features = ["full", "extra-traits"] }
|
|
unscanny = "0.1"
|
|
heck = "0.4"
|