this ain't work
This commit is contained in:
commit
212d9e7e7e
4 changed files with 272 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "tokio-xmpp"
|
||||
version = "0.1.0"
|
||||
authors = ["Astro <astro@spaceboyz.net>"]
|
||||
|
||||
[dependencies]
|
||||
futures = "0.1.6"
|
||||
tokio-core = "0.1.1"
|
||||
RustyXML = "0.1.1"
|
||||
Loading…
Reference in a new issue