summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2022-04-25 12:58:10 +0200
committerMartin Haug <mhaug@live.de>2022-04-25 14:20:47 +0200
commit649c101f07f6de4791dc9b6091dff4a85112a15c (patch)
treea7abdb603577b0186a801e5728a05d1fc4e373ff /Cargo.toml
parent7163b4a6c57c99fda085bf9b364c82bdba8ea698 (diff)
Add blind text function
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 341a96d1..1dbe7450 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ typst-macros = { path = "./macros" }
bytemuck = "1"
either = "1"
fxhash = "0.2"
+lipsum = { git = "https://github.com/reknih/lipsum", default-features = false }
once_cell = "1"
serde = { version = "1", features = ["derive"] }
typed-arena = "2"