commit
20d5ba9f7f
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
target
|
target
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
!examples/Cargo.lock
|
!examples/Cargo.lock
|
||||||
|
.idea
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
authors = ["Maik Klein <maikklein@googlemail.com>"]
|
authors = ["Maik Klein <maikklein@googlemail.com>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
vk-parse = {git = "https://github.com/krolli/vk-parse"}
|
vk-parse = "0.1"
|
||||||
vkxml = {git = "https://github.com/terrybrashaw/vkxml"}
|
vkxml = {git = "https://github.com/terrybrashaw/vkxml"}
|
||||||
#vkxml = {git = "https://github.com/maikklein/vkxml"}
|
#vkxml = {git = "https://github.com/maikklein/vkxml"}
|
||||||
nom = "4.0"
|
nom = "4.0"
|
||||||
|
|
Loading…
Reference in a new issue