mirror of
https://github.com/typst/typst
synced 2025-08-25 04:04:12 +08:00
17 lines
342 B
TOML
17 lines
342 B
TOML
[package]
|
|
name = "typst-codegen"
|
|
version = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
authors = { workspace = true }
|
|
edition = { workspace = true }
|
|
publish = false
|
|
|
|
[dependencies]
|
|
native-tls = { workspace = true }
|
|
regex = { workspace = true }
|
|
scraper = { workspace = true }
|
|
ureq = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|