diff options
Diffstat (limited to 'crates/ra_syntax')
-rw-r--r-- | crates/ra_syntax/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index 156991358..37a91ea35 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml | |||
@@ -8,15 +8,12 @@ description = "Comment and whitespace preserving parser for the Rust langauge" | |||
8 | repository = "https://github.com/rust-analyzer/rust-analyzer" | 8 | repository = "https://github.com/rust-analyzer/rust-analyzer" |
9 | 9 | ||
10 | [dependencies] | 10 | [dependencies] |
11 | arrayvec = "0.4.10" | ||
12 | unicode-xid = "0.1.0" | 11 | unicode-xid = "0.1.0" |
13 | itertools = "0.8.0" | 12 | itertools = "0.8.0" |
14 | drop_bomb = "0.1.4" | ||
15 | rowan = "0.5.0" | 13 | rowan = "0.5.0" |
16 | 14 | ||
17 | # ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here | 15 | # ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here |
18 | # to reduce number of compilations | 16 | # to reduce number of compilations |
19 | text_unit = { version = "0.1.8", features = ["serde"] } | ||
20 | smol_str = { version = "0.1.12", features = ["serde"] } | 17 | smol_str = { version = "0.1.12", features = ["serde"] } |
21 | 18 | ||
22 | ra_text_edit = { path = "../ra_text_edit" } | 19 | ra_text_edit = { path = "../ra_text_edit" } |