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 b89573e2b..e0c1ce0a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ members = [ "tools", "cli" ]
10[dependencies] 10[dependencies]
11unicode-xid = "0.1.0" 11unicode-xid = "0.1.0"
12text_unit = "0.1.1" 12text_unit = "0.1.1"
13itertools = "0.7.5"
13 14
14[dev-dependencies] 15[dev-dependencies]
15testutils = { path = "./tests/testutils" } 16testutils = { path = "./tests/testutils" }