2017-12-28 14:55:16 -06:00
|
|
|
[package]
|
|
|
|
name = "libsyntax2"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
2018-01-10 12:58:38 -06:00
|
|
|
license = "MIT OR Apache-2.0"
|
2017-12-28 14:55:16 -06:00
|
|
|
|
2018-02-03 03:51:06 -06:00
|
|
|
[workspace]
|
2018-08-01 02:40:07 -05:00
|
|
|
members = [ "tools", "cli", "libeditor" ]
|
2018-02-03 03:51:06 -06:00
|
|
|
|
2017-12-28 16:21:54 -06:00
|
|
|
[dependencies]
|
2017-12-29 14:33:04 -06:00
|
|
|
unicode-xid = "0.1.0"
|
2018-07-31 13:43:28 -05:00
|
|
|
text_unit = "0.1.2"
|
2018-07-30 15:45:10 -05:00
|
|
|
itertools = "0.7.5"
|
2018-08-01 06:55:37 -05:00
|
|
|
drop_bomb = "0.1.4"
|
2018-08-01 14:07:09 -05:00
|
|
|
parking_lot = "0.6.0"
|
2017-12-29 14:33:04 -06:00
|
|
|
|
2017-12-28 16:21:54 -06:00
|
|
|
[dev-dependencies]
|
2018-01-27 17:31:23 -06:00
|
|
|
testutils = { path = "./tests/testutils" }
|