diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-06-09 14:46:35 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-06-09 14:46:35 +0200 |
| commit | 58ca0e8db5f20848927e0dcb629fc478919081b6 (patch) | |
| tree | b1dd713c8dcb3be907ddb0f02a867da792f24c74 /cli/Cargo.toml | |
| parent | 635ef03273792a07e6f227a17b30d3f93c6a1216 (diff) | |
Replace atty with std
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0a1eb7d1..5b29253f 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -22,7 +22,6 @@ doc = false [dependencies] 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" |
