diff options
author | Aleksey Kladov <[email protected]> | 2018-11-05 12:51:38 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-11-05 12:52:22 +0000 |
commit | 8e8f52e80afe26456f40b10c32eacc19f2cd1881 (patch) | |
tree | 6358a1a035ed0146b3d8c51cf9e9ffcef4fbc8f1 /crates | |
parent | 80e50cae0066b2c662607841fa20dd84f024ad4e (diff) |
add description
Diffstat (limited to 'crates')
-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" |