ash/generator/Cargo.toml
2018-06-05 17:46:57 +02:00

20 lines
435 B
TOML

[package]
name = "generator"
version = "0.1.0"
authors = ["Maik Klein <maikklein@googlemail.com>"]
[dependencies]
vk-parse = {git = "https://github.com/krolli/vk-parse"}
vkxml = {git = "https://github.com/terrybrashaw/vkxml"}
#vkxml = {git = "https://github.com/maikklein/vkxml"}
heck = "0.3.0"
proc-macro2 = "0.2.3"
[dependencies.quote]
version = "0.4.2"
[dependencies.syn]
version = "0.12.14"
features = ["full", "extra-traits"]