22 lines
461 B
TOML
22 lines
461 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"}
|
|
nom = "4.0"
|
|
heck = "0.3"
|
|
proc-macro2 = "0.2"
|
|
itertools = "0.7"
|
|
|
|
[dependencies.quote]
|
|
version = "0.4.2"
|
|
|
|
[dependencies.syn]
|
|
version = "0.12.14"
|
|
features = ["full", "extra-traits"]
|
|
|