this kinda works
This commit is contained in:
parent
212d9e7e7e
commit
005013f37c
3 changed files with 89 additions and 69 deletions
|
|
@ -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 = "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue