rust/Cargo.toml

17 lines
306 B
TOML
Raw Normal View History

2017-12-28 23:55:16 +03:00
[package]
name = "libsyntax2"
version = "0.1.0"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
2018-01-10 21:58:38 +03:00
license = "MIT OR Apache-2.0"
2017-12-28 23:55:16 +03:00
2017-12-29 01:21:54 +03:00
[dependencies]
2017-12-29 23:33:04 +03:00
unicode-xid = "0.1.0"
2017-12-29 01:21:54 +03:00
serde = "1.0.26"
serde_derive = "1.0.26"
2017-12-29 00:27:56 +03:00
file = "1.1.1"
2017-12-29 01:21:54 +03:00
ron = "0.1.5"
[dev-dependencies]
2018-01-27 18:31:23 -05:00
testutils = { path = "./tests/testutils" }