summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-06-09 14:46:35 +0200
committerLaurenz <laurmaedje@gmail.com>2023-06-09 14:46:35 +0200
commit58ca0e8db5f20848927e0dcb629fc478919081b6 (patch)
treeb1dd713c8dcb3be907ddb0f02a867da792f24c74 /cli/Cargo.toml
parent635ef03273792a07e6f227a17b30d3f93c6a1216 (diff)
Replace atty with std
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
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"