aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8af8f825b..c343ac57b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ unicode-xid = "0.1.0"
12text_unit = "0.1.2" 12text_unit = "0.1.2"
13itertools = "0.7.5" 13itertools = "0.7.5"
14drop_bomb = "0.1.4" 14drop_bomb = "0.1.4"
15parking_lot = "0.6.0"
15 16
16[dev-dependencies] 17[dev-dependencies]
17testutils = { path = "./tests/testutils" } 18testutils = { path = "./tests/testutils" }