aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-01 20:07:09 +0100
committerAleksey Kladov <[email protected]>2018-08-01 20:07:09 +0100
commit7264c3294b3c460da459774058c9b9fa77edac12 (patch)
tree5e6e2c4d50ce167d2b90b50452ffbf9aa05c3b95 /Cargo.toml
parent1954df63364ab07b99f6b6eaf228a14bae61e81e (diff)
finer concurrency
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" }