From 8e8f52e80afe26456f40b10c32eacc19f2cd1881 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 5 Nov 2018 15:51:38 +0300 Subject: add description --- crates/ra_syntax/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crates') 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" version = "0.1.0" authors = ["Aleksey Kladov "] license = "MIT OR Apache-2.0" +description = "Comment and whitespace preserving parser for the Rust langauge" +repository = "https://github.com/rust-analyzer/rust-analyzer" [dependencies] unicode-xid = "0.1.0" @@ -14,5 +16,5 @@ rowan = "0.1.1" text_unit = "0.1.5" [dev-dependencies] -test_utils = { path = "../test_utils" } +# test_utils = { path = "../test_utils" } walkdir = "2.2.0" -- cgit v1.2.3