2018-08-01 02:40:07 -05:00
|
|
|
[package]
|
|
|
|
name = "libeditor"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
2018-08-09 04:47:34 -05:00
|
|
|
itertools = "0.7.8"
|
2018-08-10 13:13:39 -05:00
|
|
|
superslice = "0.1.0"
|
2018-08-28 14:37:49 -05:00
|
|
|
join_to_string = "0.1.1"
|
2018-08-12 10:50:16 -05:00
|
|
|
|
2018-08-10 14:33:29 -05:00
|
|
|
libsyntax2 = { path = "../libsyntax2" }
|
2018-08-17 08:04:34 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-08-25 06:26:34 -05:00
|
|
|
test_utils = { path = "../test_utils" }
|