rust/Cargo.toml

17 lines
306 B
TOML
Raw Normal View History

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
2017-12-28 16:21:54 -06:00
[dependencies]
2017-12-29 14:33:04 -06:00
unicode-xid = "0.1.0"
2017-12-28 16:21:54 -06:00
serde = "1.0.26"
serde_derive = "1.0.26"
2017-12-28 15:27:56 -06:00
file = "1.1.1"
2017-12-28 16:21:54 -06:00
ron = "0.1.5"
[dev-dependencies]
2018-01-27 17:31:23 -06:00
testutils = { path = "./tests/testutils" }