diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-09-19 15:03:43 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-09-19 15:19:12 +0200 |
| commit | bb59f0e2b21c42a796b5eb8d8882a1d2b2a0c35f (patch) | |
| tree | e55db10e9ec146cda10b5f3ff91caff55002d674 /crates/typst-cli/Cargo.toml | |
| parent | 13758b9c9795d7d6d2fa9551a8936e0f0ff27136 (diff) | |
Incremental parsing in CLI
Reparses files in the CLI incrementally and also uses the file modification timestamp to completely skip reparsing if possible.
Diffstat (limited to 'crates/typst-cli/Cargo.toml')
| -rw-r--r-- | crates/typst-cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-cli/Cargo.toml b/crates/typst-cli/Cargo.toml index 0da03afc..5fcb2797 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -29,6 +29,7 @@ comemo = "0.3" ecow = "0.1.1" dirs = "5" flate2 = "1" +filetime = "0.2" inferno = "0.11.15" memmap2 = "0.7" notify = "6" |
