rust/Cargo.toml

21 lines
403 B
TOML
Raw Normal View History

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-08-01 07:40:07 +00:00
members = [ "tools", "cli", "libeditor" ]
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-31 18:43:28 +00:00
text_unit = "0.1.2"
2018-07-30 20:45:10 +00:00
itertools = "0.7.5"
2018-08-01 11:55:37 +00:00
drop_bomb = "0.1.4"
2018-08-01 19:07:09 +00:00
parking_lot = "0.6.0"
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" }
2018-08-08 18:14:18 +00:00
[profile.release]
debug = true