aboutsummaryrefslogtreecommitdiff
path: root/crates/ssr/Cargo.toml
diff options
context:
space:
mode:
authorDavid Lattimore <[email protected]>2020-08-18 11:39:55 +0100
committerDavid Lattimore <[email protected]>2020-08-18 11:39:55 +0100
commit29e6238cb7330f7d29f33ff03a4ccc0a0cec9f4d (patch)
treea3d0a6811d85697b3d12b9975df318f742531f45 /crates/ssr/Cargo.toml
parenta4a504e1328111c184603ddc0b2c113ad5a5c555 (diff)
SSR: A few small refactorings
Diffstat (limited to 'crates/ssr/Cargo.toml')
-rw-r--r--crates/ssr/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ssr/Cargo.toml b/crates/ssr/Cargo.toml
index 56c1f7761..7c2090de3 100644
--- a/crates/ssr/Cargo.toml
+++ b/crates/ssr/Cargo.toml
@@ -12,6 +12,7 @@ doctest = false
12 12
13[dependencies] 13[dependencies]
14rustc-hash = "1.1.0" 14rustc-hash = "1.1.0"
15itertools = "0.9.0"
15 16
16text_edit = { path = "../text_edit" } 17text_edit = { path = "../text_edit" }
17syntax = { path = "../syntax" } 18syntax = { path = "../syntax" }