mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 03:38:29 +00:00
add description
This commit is contained in:
parent
80e50cae00
commit
8e8f52e80a
@ -4,6 +4,8 @@ name = "ra_syntax"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
||||||
license = "MIT OR Apache-2.0"
|
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]
|
[dependencies]
|
||||||
unicode-xid = "0.1.0"
|
unicode-xid = "0.1.0"
|
||||||
@ -14,5 +16,5 @@ rowan = "0.1.1"
|
|||||||
text_unit = "0.1.5"
|
text_unit = "0.1.5"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test_utils = { path = "../test_utils" }
|
# test_utils = { path = "../test_utils" }
|
||||||
walkdir = "2.2.0"
|
walkdir = "2.2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user