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

* test(ci): add fmt, clippy, doc, and msrv tests to CI * test(ci): check and build typst-preview * fix: checks
16 lines
376 B
TOML
16 lines
376 B
TOML
[package]
|
|
name = "tinymist-assets"
|
|
description = "Provides assets for tinymist."
|
|
categories = ["compilers"]
|
|
keywords = ["asset", "typst"]
|
|
authors.workspace = true
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
include = ["src/**/*"]
|
|
|
|
[features]
|
|
typst-preview = []
|