]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
Enforce rustfmt format
[rust.git] / Cargo.toml
1 [package]
2 name = "libsyntax2"
3 version = "0.1.0"
4 authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
5 license = "MIT OR Apache-2.0"
6
7 [dependencies]
8 unicode-xid = "0.1.0"
9
10 serde = "1.0.26"
11 serde_derive = "1.0.26"
12 file = "1.1.1"
13 ron = "0.1.5"
14
15 [dev-dependencies]
16 testutils = { path = "./tests/testutils" }