diff options
| author | frozolotl <44589151+frozolotl@users.noreply.github.com> | 2024-04-03 12:34:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-03 10:34:17 +0000 |
| commit | d4b3ae0925748ef37a778b56ee26b63bf4585b06 (patch) | |
| tree | 0804beab807b8589f7fd115b2c6293aeff8ce5d4 /crates/typst-cli/Cargo.toml | |
| parent | 0619ae98a86ee5179663aad4ef0575e6b4a284cc (diff) | |
Read `SOURCE_DATE_EPOCH` for better reproducibility (#3809)
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 c2b23df0..9f90f430 100644 --- a/crates/typst-cli/Cargo.toml +++ b/crates/typst-cli/Cargo.toml @@ -62,6 +62,7 @@ zip = { workspace = true, optional = true } openssl = { workspace = true } [build-dependencies] +chrono = { workspace = true } clap = { workspace = true, features = ["string"] } clap_complete = { workspace = true } clap_mangen = { workspace = true } |
