diff options
author | Aleksey Kladov <[email protected]> | 2018-10-30 18:23:23 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-10-30 18:23:23 +0000 |
commit | 950e8b8182897da60bcece70d84e9f0b6dc88632 (patch) | |
tree | 54c97e78e93f6663231fb555c1223373035a4315 /crates/ra_syntax | |
parent | bc4de7128f474f75a9eff6591923657025099b74 (diff) |
introduce syntax-ptr
Diffstat (limited to 'crates/ra_syntax')
-rw-r--r-- | crates/ra_syntax/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index 7efebab8b..043c9bacd 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml | |||
@@ -11,6 +11,7 @@ itertools = "0.7.8" | |||
11 | drop_bomb = "0.1.4" | 11 | drop_bomb = "0.1.4" |
12 | parking_lot = "0.6.0" | 12 | parking_lot = "0.6.0" |
13 | rowan = "0.1.1" | 13 | rowan = "0.1.1" |
14 | text_unit = "0.1.5" | ||
14 | 15 | ||
15 | [dev-dependencies] | 16 | [dev-dependencies] |
16 | test_utils = { path = "../test_utils" } | 17 | test_utils = { path = "../test_utils" } |