summaryrefslogtreecommitdiff
path: root/library/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-04-26 13:46:42 +0200
committerLaurenz <laurmaedje@gmail.com>2023-04-26 15:37:21 +0200
commit3680c854a21db665d64cdb8f31aa0f9a1af16ceb (patch)
tree39dfa33059293251f1e2890f9b3d0e3dc178ed03 /library/Cargo.toml
parent59957746e91c1322a8ca6d228bcaa0f31941ee1b (diff)
Touch up docs
Diffstat (limited to 'library/Cargo.toml')
-rw-r--r--library/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/Cargo.toml b/library/Cargo.toml
index c0c20c41..bc68b564 100644
--- a/library/Cargo.toml
+++ b/library/Cargo.toml
@@ -16,6 +16,7 @@ bench = false
[dependencies]
typst = { path = ".." }
+chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] }
comemo = "0.2.2"
csv = "1"
ecow = "0.1"
@@ -31,6 +32,8 @@ serde_json = "1"
serde_yaml = "0.8"
smallvec = "1.10"
syntect = { version = "5", default-features = false, features = ["default-syntaxes", "regex-fancy"] }
+toml = { version = "0.7.3", default-features = false, features = ["parse"] }
+tracing = "0.1.37"
ttf-parser = "0.18.1"
typed-arena = "2"
unicode-bidi = "0.3.13"
@@ -38,6 +41,3 @@ unicode-math-class = "0.1"
unicode-script = "0.5"
unicode-segmentation = "1"
xi-unicode = "0.3"
-chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] }
-tracing = "0.1.37"
-toml = { version = "0.7.3", default-features = false, features = ["parse"]}