aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-11-05 12:51:38 +0000
committerAleksey Kladov <[email protected]>2018-11-05 12:52:22 +0000
commit8e8f52e80afe26456f40b10c32eacc19f2cd1881 (patch)
tree6358a1a035ed0146b3d8c51cf9e9ffcef4fbc8f1 /crates
parent80e50cae0066b2c662607841fa20dd84f024ad4e (diff)
add description
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_syntax/Cargo.toml4
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"
4version = "0.1.0" 4version = "0.1.0"
5authors = ["Aleksey Kladov <[email protected]>"] 5authors = ["Aleksey Kladov <[email protected]>"]
6license = "MIT OR Apache-2.0" 6license = "MIT OR Apache-2.0"
7description = "Comment and whitespace preserving parser for the Rust langauge"
8repository = "https://github.com/rust-analyzer/rust-analyzer"
7 9
8[dependencies] 10[dependencies]
9unicode-xid = "0.1.0" 11unicode-xid = "0.1.0"
@@ -14,5 +16,5 @@ rowan = "0.1.1"
14text_unit = "0.1.5" 16text_unit = "0.1.5"
15 17
16[dev-dependencies] 18[dev-dependencies]
17test_utils = { path = "../test_utils" } 19# test_utils = { path = "../test_utils" }
18walkdir = "2.2.0" 20walkdir = "2.2.0"