summaryrefslogtreecommitdiff
path: root/cli/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 /cli/Cargo.toml
parent59957746e91c1322a8ca6d228bcaa0f31941ee1b (diff)
Touch up docs
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 8557281f..528ce614 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -22,24 +22,24 @@ doc = false
typst = { path = ".." }
typst-library = { path = "../library" }
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
+clap = { version = "4.2.4", features = ["derive", "env"] }
codespan-reporting = "0.11"
comemo = "0.2.2"
dirs = "5"
elsa = "1.8"
+inferno = "0.11.15"
memmap2 = "0.5"
notify = "5"
once_cell = "1"
+open = "4.0.2"
same-file = "1"
siphasher = "0.3"
-walkdir = "2"
-clap = { version = "4.2.4", features = ["derive", "env"] }
-open = "4.0.2"
+tempfile = "3.5.0"
tracing = "0.1.37"
-tracing-subscriber = "0.3.17"
-tracing-flame = "0.2.0"
tracing-error = "0.2"
-inferno = "0.11.15"
-tempfile = "3.5.0"
+tracing-flame = "0.2.0"
+tracing-subscriber = "0.3.17"
+walkdir = "2"
[build-dependencies]
clap = { version = "4.2.4", features = ["derive", "string"] }