aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-28 11:07:10 +0100
committerAleksey Kladov <[email protected]>2018-07-28 11:07:10 +0100
commit8d9961b75377a7bd2656b5aa1451710de8c86f60 (patch)
treec2dcedf487d2ad4674edb012dd579aa74173d8c2 /Cargo.toml
parent52dc0ddc84544a59d3a2580d9944d0482a633349 (diff)
Migrate to text-unit
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 622abcc42..954f3e94b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,6 +9,7 @@ members = [ "tools" ]
9 9
10[dependencies] 10[dependencies]
11unicode-xid = "0.1.0" 11unicode-xid = "0.1.0"
12text_unit = "0.1.1"
12 13
13[dev-dependencies] 14[dev-dependencies]
14testutils = { path = "./tests/testutils" } 15testutils = { path = "./tests/testutils" }