summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-11-28 20:38:21 +0100
committerLaurenz <laurmaedje@gmail.com>2019-11-28 20:38:21 +0100
commitb4efae08834a3a950387f01aebaa9e832acd9423 (patch)
treebf311243f625a6da5660ff99ebc2764079f502cf /Cargo.toml
parent17082389ae90438682978c825ec620b544d73b65 (diff)
Remove bad tests and tweak numbers for better debugging 🧪
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c2430db0..ee945338 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,9 +11,6 @@ byteorder = "1"
smallvec = "0.6.10"
unicode-xid = "0.1.0"
-[dev-dependencies]
-regex = "1"
-
[[bin]]
name = "typstc"
path = "src/bin/main.rs"