ash/generator/Cargo.toml

19 lines
368 B
TOML
Raw Normal View History

2018-03-10 07:45:58 +11:00
[package]
name = "generator"
version = "0.1.0"
authors = ["Maik Klein <maikklein@googlemail.com>"]
[dependencies]
2018-04-01 18:52:21 +10:00
vkxml = {path = "/home/maik/projects/vkxml"}
#vkxml = {git = "https://github.com/maikklein/vkxml"}
2018-03-10 07:45:58 +11:00
heck = "0.3.0"
2018-04-01 18:52:21 +10:00
proc-macro2 = "0.2.3"
2018-03-10 20:47:02 +11:00
[dependencies.quote]
version = "0.4.2"
[dependencies.syn]
2018-04-01 18:52:21 +10:00
version = "0.12.14"
2018-03-10 20:47:02 +11:00
features = ["full", "extra-traits"]