diff options
Diffstat (limited to 'crates/ra_syntax')
-rw-r--r-- | crates/ra_syntax/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index 6c2e012ee..85e236b64 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml | |||
@@ -4,6 +4,8 @@ name = "ra_syntax" | |||
4 | version = "0.1.0" | 4 | version = "0.1.0" |
5 | authors = ["Aleksey Kladov <[email protected]>"] | 5 | authors = ["Aleksey Kladov <[email protected]>"] |
6 | license = "MIT OR Apache-2.0" | 6 | license = "MIT OR Apache-2.0" |
7 | description = "Comment and whitespace preserving parser for the Rust langauge" | ||
8 | repository = "https://github.com/rust-analyzer/rust-analyzer" | ||
7 | 9 | ||
8 | [dependencies] | 10 | [dependencies] |
9 | unicode-xid = "0.1.0" | 11 | unicode-xid = "0.1.0" |
@@ -14,5 +16,5 @@ rowan = "0.1.1" | |||
14 | text_unit = "0.1.5" | 16 | text_unit = "0.1.5" |
15 | 17 | ||
16 | [dev-dependencies] | 18 | [dev-dependencies] |
17 | test_utils = { path = "../test_utils" } | 19 | # test_utils = { path = "../test_utils" } |
18 | walkdir = "2.2.0" | 20 | walkdir = "2.2.0" |