aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 043f97752791a8b83b960c472e9d90300b1a36fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "libsyntax2"
version = "0.1.0"
authors = ["Aleksey Kladov <[email protected]>"]

[dependencies]
unicode-xid = "0.1.0"

serde = "1.0.26"
serde_derive = "1.0.26"
file = "1.1.1"
ron = "0.1.5"

[dev-dependencies]
testutils = { path = "./tests/testutils" }