syntex_syntax 0.13.0

Export of libsyntax for code generation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "syntex_syntax"
version = "0.13.0"
authors = [ "erick.tryzelaar@gmail.com" ]
license = "MIT/Apache-2.0"
description = "Export of libsyntax for code generation"
repository = "https://github.com/erickt/rust-syntex"

[dependencies]
bitflags = "*"
libc = "*"
log = "*"
rustc-serialize = "*"
term = "*"
unicode-xid = "*"