2017-12-28 20:55:16 +00:00
|
|
|
[package]
|
|
|
|
name = "libsyntax2"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
2018-01-10 18:58:38 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2017-12-28 20:55:16 +00:00
|
|
|
|
2018-02-03 09:51:06 +00:00
|
|
|
[workspace]
|
2018-07-30 13:16:58 +00:00
|
|
|
members = [ "tools", "cli" ]
|
2018-02-03 09:51:06 +00:00
|
|
|
|
2017-12-28 22:21:54 +00:00
|
|
|
[dependencies]
|
2017-12-29 20:33:04 +00:00
|
|
|
unicode-xid = "0.1.0"
|
2018-07-28 10:07:10 +00:00
|
|
|
text_unit = "0.1.1"
|
2017-12-29 20:33:04 +00:00
|
|
|
|
2017-12-28 22:21:54 +00:00
|
|
|
[dev-dependencies]
|
2018-01-27 23:31:23 +00:00
|
|
|
testutils = { path = "./tests/testutils" }
|