Remove the derive-error dependency.

It depends on a way too old syn crate, let’s drop it.
This commit is contained in:
Emmanuel Gil Peyrot 2019-09-05 22:25:28 +02:00
commit ed28ba1a7d
3 changed files with 105 additions and 13 deletions

View file

@ -2,9 +2,6 @@
//! XMPP implementation with asynchronous I/O using Tokio.
#[macro_use]
extern crate derive_error;
mod starttls;
mod stream_start;
pub mod xmpp_codec;