rust/crates/ra_syntax/Cargo.toml

19 lines
364 B
TOML
Raw Normal View History

2018-08-10 22:33:29 +03:00
[package]
2018-10-15 20:00:54 +03:00
edition = "2018"
2018-09-16 12:54:24 +03:00
name = "ra_syntax"
2018-08-10 22:33:29 +03:00
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
license = "MIT OR Apache-2.0"
[dependencies]
unicode-xid = "0.1.0"
2018-08-17 16:04:34 +03:00
itertools = "0.7.8"
2018-08-10 22:33:29 +03:00
drop_bomb = "0.1.4"
parking_lot = "0.6.0"
2018-10-17 19:52:25 +03:00
rowan = "0.1.1"
2018-10-30 21:23:23 +03:00
text_unit = "0.1.5"
2018-08-10 22:33:29 +03:00
[dev-dependencies]
2018-08-25 14:26:34 +03:00
test_utils = { path = "../test_utils" }
2018-08-13 17:42:43 +03:00
walkdir = "2.2.0"