tinymist/crates/tinymist-assets/Cargo.toml
Myriad-Dreamin d9717fffa2
test(ci): add fmt, clippy, doc, and msrv tests to CI (#926)
* test(ci): add fmt, clippy, doc, and msrv tests to CI

* test(ci): check and build typst-preview

* fix: checks
2024-12-02 20:28:29 +08:00

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 = []