Skip to content

Commit 8e8f52e

Browse files
committed
add description
1 parent 80e50ca commit 8e8f52e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/ra_syntax/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name = "ra_syntax"
44
version = "0.1.0"
55
authors = ["Aleksey Kladov <[email protected]>"]
66
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"
79

810
[dependencies]
911
unicode-xid = "0.1.0"
@@ -14,5 +16,5 @@ rowan = "0.1.1"
1416
text_unit = "0.1.5"
1517

1618
[dev-dependencies]
17-
test_utils = { path = "../test_utils" }
19+
# test_utils = { path = "../test_utils" }
1820
walkdir = "2.2.0"

0 commit comments

Comments
 (0)