summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-09-25 17:35:56 +0200
committerLaurenz <laurmaedje@gmail.com>2022-09-25 17:37:16 +0200
commitfffb55f79a3369fa2dcf39371091c48ff61f55a8 (patch)
tree6d48f81b7edd5f70a1eadf3ada88379646ebbe10 /Cargo.toml
parentddd3b6a82b8c0353c942bfba8b89ca5476eedc58 (diff)
JSON reading
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 65afa214..9e3137b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,6 +41,7 @@ syntect = { version = "5", default-features = false, features = ["default-syntax
rex = { git = "https://github.com/laurmaedje/ReX" }
lipsum = { git = "https://github.com/reknih/lipsum" }
csv = "1"
+serde_json = "1"
# PDF export
miniz_oxide = "0.5"