ash/generator/Cargo.toml

22 lines
461 B
TOML
Raw Normal View History

2018-03-09 21:45:58 +01:00
[package]
name = "generator"
version = "0.1.0"
authors = ["Maik Klein <maikklein@googlemail.com>"]
[dependencies]
2018-06-04 11:26:14 +02:00
vk-parse = {git = "https://github.com/krolli/vk-parse"}
vkxml = {git = "https://github.com/terrybrashaw/vkxml"}
2018-04-01 10:52:21 +02:00
#vkxml = {git = "https://github.com/maikklein/vkxml"}
2018-06-24 12:09:37 +02:00
nom = "4.0"
heck = "0.3"
proc-macro2 = "0.2"
itertools = "0.7"
2018-03-10 10:47:02 +01:00
[dependencies.quote]
version = "0.4.2"
[dependencies.syn]
2018-04-01 10:52:21 +02:00
version = "0.12.14"
2018-03-10 10:47:02 +01:00
features = ["full", "extra-traits"]