From 357bce56f5ac701780e4fb967acce3f30ffcadf6 Mon Sep 17 00:00:00 2001 From: Beiri22 Date: Sun, 6 Aug 2023 23:49:04 +0200 Subject: Query-System for metadata (#1812) Co-authored-by: Laurenz --- crates/typst-cli/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/typst-cli/Cargo.toml') 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" -- cgit v1.2.3