summaryrefslogtreecommitdiff
path: root/crates/typst-cli/Cargo.toml
diff options
context:
space:
mode:
authorBeiri22 <beier1@hs-mittweida.de>2023-08-06 23:49:04 +0200
committerGitHub <noreply@github.com>2023-08-06 23:49:04 +0200
commit357bce56f5ac701780e4fb967acce3f30ffcadf6 (patch)
treef582efe3197de94e67f5b0b356a9963a6a04fd27 /crates/typst-cli/Cargo.toml
parent823fc5e5c4cb5c8555d0bb64e6f4ab4f61bce0e2 (diff)
Query-System for metadata (#1812)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'crates/typst-cli/Cargo.toml')
-rw-r--r--crates/typst-cli/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml
index e77cbc2a..808f07a7 100644
--- a/crates/typst-cli/Cargo.toml
+++ b/crates/typst-cli/Cargo.toml
@@ -34,6 +34,9 @@ notify = "5"
once_cell = "1"
open = "4.0.2"
same-file = "1"
+serde = "1"
+serde_json = "1"
+serde_yaml = "0.9"
siphasher = "0.3"
tar = "0.4"
tempfile = "3.5.0"