diff options
| author | Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> | 2023-05-24 12:14:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-24 12:14:43 +0200 |
| commit | 6af94be34ad1cb657194c788c07681b28d87fbaf (patch) | |
| tree | 143a74f56d5f216025f04af9582a1b9f7a9cce0d /cli/Cargo.toml | |
| parent | 6410ad2fe6fbdea88dcb7c7a17ff40a10d434c99 (diff) | |
Use chrono instead of time in the CLI (#1300)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c811db2f..0a1eb7d1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -23,6 +23,7 @@ doc = false typst = { path = ".." } typst-library = { path = "../library" } atty = "0.2" +chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] } clap = { version = "4.2.4", features = ["derive", "env"] } codespan-reporting = "0.11" comemo = "0.3" @@ -36,7 +37,6 @@ open = "4.0.2" same-file = "1" siphasher = "0.3" tempfile = "3.5.0" -time = { version = "0.3.20", features = ["formatting", "local-offset", "macros"] } tracing = "0.1.37" tracing-error = "0.2" tracing-flame = "0.2.0" |
