mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
24 lines
598 B
TOML
24 lines
598 B
TOML
[package]
|
|
name = "typst-utils"
|
|
description = "Utilities 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 }
|
|
readme = { workspace = true }
|
|
|
|
[dependencies]
|
|
once_cell = { workspace = true }
|
|
portable-atomic = { workspace = true }
|
|
rayon = { workspace = true }
|
|
siphasher = { workspace = true }
|
|
thin-vec = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|