this kinda works

This commit is contained in:
Astro 2017-06-03 01:58:31 +02:00
commit 005013f37c
3 changed files with 89 additions and 69 deletions

View file

@ -4,6 +4,6 @@ version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"]
[dependencies]
futures = "0.1.6"
tokio-core = "0.1.1"
RustyXML = "0.1.1"
futures = "*"
tokio-core = "*"
RustyXML = "*"