mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
28 lines
538 B
TOML
28 lines
538 B
TOML
[package]
|
|
name = "typst-macros"
|
|
description = "Proc-macros for Typst."
|
|
version.workspace = true
|
|
rust-version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
categories.workspace = true
|
|
keywords.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
test = false
|
|
doctest = false
|
|
bench = false
|
|
|
|
[dependencies]
|
|
heck = { workspace = true }
|
|
proc-macro2 = { workspace = true }
|
|
quote = { workspace = true }
|
|
syn = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|