Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/package/typst-gather/Cargo.toml
6455 views
1
[package]
2
name = "typst-gather"
3
version = "0.1.2"
4
edition = "2021"
5
rust-version = "1.81"
6
7
[dependencies]
8
typst-kit = { version = "0.14.2", features = ["packages"] }
9
typst-syntax = "0.14.2"
10
ecow = "0.2"
11
serde = { version = "1", features = ["derive"] }
12
clap = { version = "4", features = ["derive"] }
13
toml = "0.8"
14
walkdir = "2"
15
globset = "0.4"
16
17
[dev-dependencies]
18
tempfile = "3"
19
20