summaryrefslogtreecommitdiff
path: root/docs/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-06 11:52:31 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-06 11:52:31 +0100
commitd4d702017c41b27879f6eac9280163cf7f3d5e8d (patch)
treea98e5137c6badbf9eb1c36eb8d69337226b57565 /docs/Cargo.toml
parentea8edfa821f059921550c45d4f0267160b638a04 (diff)
Documentation provider
Diffstat (limited to 'docs/Cargo.toml')
-rw-r--r--docs/Cargo.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/Cargo.toml b/docs/Cargo.toml
new file mode 100644
index 00000000..2aa1859e
--- /dev/null
+++ b/docs/Cargo.toml
@@ -0,0 +1,24 @@
+[package]
+name = "typst-docs"
+version = "0.1.0"
+authors = ["The Typst Project Developers"]
+edition = "2021"
+
+[lib]
+test = false
+doctest = false
+bench = false
+
+[dependencies]
+typst = { path = ".." }
+typst-library = { path = "../library" }
+unscanny = "0.1"
+include_dir = "0.7"
+pulldown-cmark = "0.9"
+comemo = { git = "https://github.com/typst/comemo" }
+serde = "1"
+serde_yaml = "0.8"
+heck = "0.4"
+yaml-front-matter = "0.1"
+unicode_names2 = "0.6.0"
+once_cell = "1"