aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-01 12:55:37 +0100
committerAleksey Kladov <[email protected]>2018-08-01 12:55:37 +0100
commit1954df63364ab07b99f6b6eaf228a14bae61e81e (patch)
treeaae09111d6166bc27da0ccf1393911bea00e21e6 /Cargo.toml
parentecd5da5b0cae5b3af95f5b86a8157a1f57a944c5 (diff)
drop the bombs
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 d61613352..8af8f825b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ members = [ "tools", "cli", "libeditor" ]
11unicode-xid = "0.1.0" 11unicode-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"
14 15
15[dev-dependencies] 16[dev-dependencies]
16testutils = { path = "./tests/testutils" } 17testutils = { path = "./tests/testutils" }