mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-04 18:28:02 +00:00

* feat: introduce `TyCtx` * core: simplify import * feat: implement local bind apis * build: update cargo.lock * dev: rename `LocalTyCtx` back to `TyCtxMut`
21 lines
399 B
TOML
21 lines
399 B
TOML
[package]
|
|
name = "tinymist-derive"
|
|
description = "Provides derive for tinymist."
|
|
categories = ["compilers"]
|
|
keywords = ["typst"]
|
|
authors.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
syn.workspace = true
|
|
quote.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[features]
|
|
typst-preview = []
|