This commit is contained in:
Astro 2017-06-04 02:05:08 +02:00
commit 482bf77955
4 changed files with 36 additions and 42 deletions

View file

@ -1,9 +1,9 @@
#[macro_use]
extern crate futures;
extern crate tokio_core;
extern crate tokio_io;
extern crate bytes;
extern crate xml;
extern crate rustls;
extern crate tokio_rustls;
mod xmpp_codec;