diff options
| author | Martin Haug <mhaug@live.de> | 2022-04-25 12:58:10 +0200 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2022-04-25 14:20:47 +0200 |
| commit | 649c101f07f6de4791dc9b6091dff4a85112a15c (patch) | |
| tree | a7abdb603577b0186a801e5728a05d1fc4e373ff /Cargo.toml | |
| parent | 7163b4a6c57c99fda085bf9b364c82bdba8ea698 (diff) | |
Add blind text function
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
